ci(GA): add lint-errors step (#6564)
This commit is contained in:
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -25,6 +25,8 @@ jobs:
|
|||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
- name: Lint code for errors only
|
||||||
|
run: npm run lint-errors
|
||||||
- name: Run all tests
|
- name: Run all tests
|
||||||
run: npm test
|
run: npm test
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user