We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c0b14 commit c1a06a0Copy full SHA for c1a06a0
.github/workflows/dev.yml
@@ -65,6 +65,8 @@ jobs:
65
with:
66
fetch-depth: 0
67
- uses: wagoid/commitlint-github-action@v5
68
+ with:
69
+ configFile: .commitlintrc.json
70
continue-on-error: false #we dont want to package etc if bad commits also pre-commit prefered
71
72
gitguardian-scan:
0 commit comments