We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e40a0 commit a0bf678Copy full SHA for a0bf678
1 file changed
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
run: pip install cpplint
43
44
- name: Install dependencies
45
- run: npm install --omit=optional
+ run: npm install
46
47
- name: Lint C++
48
run: cpplint --quiet src/*.h src/*.cc
0 commit comments