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 f369a7a commit e4969e1Copy full SHA for e4969e1
.github/workflows/pr.yaml
@@ -13,10 +13,8 @@ jobs:
13
entry:
14
runs-on: ubuntu-latest
15
steps:
16
- - name: Commitlint CLI
17
- # You may pin to the exact commit or the version.
18
- # uses: bennypowers/commitlint-gh-actions@e2376695382ef566db685cdf4dbcd144aafb6911
19
- uses: bennypowers/[email protected]
+ - uses: actions/checkout@v4
+ - uses: wagoid/commitlint-github-action@v6
20
- uses: actions/checkout@v3
21
- uses: actions/setup-python@v3
22
- uses: pre-commit/[email protected]
0 commit comments