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.
npm install
1 parent 7ade4bb commit 9f78f71Copy full SHA for 9f78f71
.github/workflows/step-node-commitlint.yml
@@ -20,13 +20,6 @@ jobs:
20
submodules: recursive
21
token: ${{ secrets.FETCH_TOKEN || github.token }}
22
23
- - uses: actions/setup-node@v4.0.4
24
- with:
25
- node-version: '20'
26
-
27
- - name: Install dependencies
28
- run: npm install
29
30
# Run the commitlint action, considering its own dependencies and yours as well 🚀
31
# `github.workspace` is the path to your repository.
32
- uses: wagoid/commitlint-github-action@v6.1.2
0 commit comments