Skip to content

Commit a0bf678

Browse files
committed
fix(ci): don't skip optional deps for lint (biome needs them)
1 parent 55e40a0 commit a0bf678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: pip install cpplint
4343

4444
- name: Install dependencies
45-
run: npm install --omit=optional
45+
run: npm install
4646

4747
- name: Lint C++
4848
run: cpplint --quiet src/*.h src/*.cc

0 commit comments

Comments
 (0)