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 213f0f6 commit c5e543bCopy full SHA for c5e543b
.github/workflows/lint.yaml
@@ -65,7 +65,6 @@ jobs:
65
uses: actions/setup-node@v4
66
with:
67
node-version: lts/*
68
- #cache: npm
69
- name: Install commitlint
70
run: npm install -D @commitlint/cli @commitlint/config-conventional
71
- name: Print versions
@@ -74,7 +73,6 @@ jobs:
74
73
node --version
75
npm --version
76
npx commitlint --version
77
-
78
- name: Validate PR commits with commitlint
79
if: github.event_name == 'pull_request'
80
run: "${{ github.event.pull_request.title }}" | npx commitlint --verbose
0 commit comments