Add lint to PR workflow
This commit is contained in:
parent
4f70687c73
commit
b9d7226668
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -14,5 +14,7 @@ jobs:
|
|||
run: npm install
|
||||
- name: Build
|
||||
run: npm run build
|
||||
- name: Lint
|
||||
run: npm run lint
|
||||
- name: Test
|
||||
run: npm run test
|
||||
|
|
Loading…
Reference in a new issue