Skip to content

Commit 9211e36

Browse files
devm33lydell
andauthored
Skip compiling native addon for lint job
Co-authored-by: Simon Lydell <simon.lydell@gmail.com>
1 parent 5135568 commit 9211e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
with:
1919
node-version: '22.x'
2020

21-
- name: Install dependencies and build
22-
run: npm ci
21+
- name: Install dependencies (skip build)
22+
run: npm ci --ignore-scripts
2323

2424
- name: Lint
2525
run: npm run lint

0 commit comments

Comments
 (0)