Skip to content

Commit c5e543b

Browse files
authored
Update lint.yaml
1 parent 213f0f6 commit c5e543b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
uses: actions/setup-node@v4
6666
with:
6767
node-version: lts/*
68-
#cache: npm
6968
- name: Install commitlint
7069
run: npm install -D @commitlint/cli @commitlint/config-conventional
7170
- name: Print versions
@@ -74,7 +73,6 @@ jobs:
7473
node --version
7574
npm --version
7675
npx commitlint --version
77-
7876
- name: Validate PR commits with commitlint
7977
if: github.event_name == 'pull_request'
8078
run: "${{ github.event.pull_request.title }}" | npx commitlint --verbose

0 commit comments

Comments
 (0)