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 08891ce commit cd8f57aCopy full SHA for cd8f57a
.github/workflows/ci.yml
@@ -21,7 +21,6 @@ jobs:
21
with:
22
cache: 'npm'
23
node-version-file: '.nvmrc'
24
- - uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5
25
- name: Debug info
26
run: |
27
cat <<EOF
.github/workflows/commitlint.yml
@@ -0,0 +1,9 @@
1
+name: Lint commit messages
2
+on: [pull_request]
3
+
4
+jobs:
5
+ commitlint:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
9
+ - uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
0 commit comments