We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ea604 commit 7b8fb50Copy full SHA for 7b8fb50
.github/workflows/coding-standards.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4.2.2
23
24
- name: 🧐 Lint commits using "commitlint"
25
- uses: wagoid/commitlint-github-action@v6.1.2
+ uses: wagoid/commitlint-github-action@v6.2.0
26
with:
27
configFile: ${{ github.workspace }}/.github/.commitlint.config.mjs
28
failOnWarnings: false
0 commit comments