ci(GA): add lint-errors step (#6564)

This commit is contained in:
Tim Lai
2020-10-26 15:14:57 -07:00
committed by GitHub
parent fca93ea914
commit be99d495bf

View File

@@ -25,6 +25,8 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Lint code for errors only
run: npm run lint-errors
- name: Run all tests
run: npm test
env: