We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c173f commit d0d2323Copy full SHA for d0d2323
.github/workflows/lint-commit-message.yml
@@ -18,7 +18,6 @@ jobs:
18
uses: actions/setup-node@v4
19
with:
20
node-version: lts/*
21
- cache: npm
22
- name: Install commitlint
23
run: npm install -D @commitlint/cli @commitlint/config-conventional
24
- name: Print versions
0 commit comments