Skip to content

Commit

Permalink
ci: add CI job to enforce conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 24, 2024
1 parent a87f381 commit 871c473
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,14 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: dprint/[email protected]
- uses: dprint/[email protected]

conventional-commits:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Conventional Commits Lint
uses: webiny/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
allowed-commit-types: "feat,fix,chore,docs,style,refactor,test,build,ci"

0 comments on commit 871c473

Please sign in to comment.