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 43ce230 commit 3d71ec3
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@v4
- 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 3d71ec3

Please sign in to comment.