Skip to content

Commit

Permalink
squash: Lint title
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin committed Jan 17, 2024
1 parent 6eebddb commit 42581d7
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/commit-lint.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
---
name: Lint Commit Messages
name: Linter Conventional Commits
on:
pull_request:
types:
- opened
- synchronize
- reopened
- edited

permissions:
contents: read
Expand All @@ -18,3 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4.1.1
- uses: wagoid/commitlint-github-action@v5.4.5
name: Lint Commit Messages
- uses: amannn/action-semantic-pull-request@v5.4.0
name: Lint PR Title
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
wip: true

0 comments on commit 42581d7

Please sign in to comment.