Run linter as part of Github action

This commit is contained in:
Erik Schilling
2020-12-16 22:24:52 +01:00
parent 5516757ebe
commit ac42a0c5e8
3 changed files with 3 additions and 2 deletions

View File

@@ -19,5 +19,6 @@ jobs:
- run: npm install
- run: npm run build --if-present
- run: npm test
- run: npm run lint
env:
CI: true