Skip to content

Commit

Permalink
build: 💚 Fix wrong path in Convential PR rules path
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Aug 15, 2024
1 parent dc6e910 commit a3c28d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintRulesPath: './commitlint.rules.cjs'
commitlintRulesPath: './commitlint.rules.js'

0 comments on commit a3c28d4

Please sign in to comment.