Skip to content

Commit e3324f6

Browse files
Copilothpk42
andcommitted
Optimize linting: remove package-lock.json, use npm install for faster CI
Co-authored-by: hpk42 <73579+hpk42@users.noreply.github.com>
1 parent 2665507 commit e3324f6

3 files changed

Lines changed: 2 additions & 2667 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ jobs:
2323
uses: actions/setup-node@v4
2424
with:
2525
node-version: '20'
26-
cache: 'npm'
2726

2827
- name: Install dependencies
29-
run: npm ci
28+
run: npm install
3029

3130
- name: Lint HTML files
3231
run: npm run lint:html

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ docs
22
book
33
*.swp
44
node_modules
5+
package-lock.json

0 commit comments

Comments
 (0)