Add style:check to ci workflow

This commit is contained in:
Jonathan Clem
2020-05-18 11:33:04 -04:00
parent 3037861304
commit 58f0ff84d6
3 changed files with 8 additions and 4 deletions

View File

@@ -15,4 +15,5 @@ jobs:
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
restore-keys: ${{runner.os}}-npm-
- run: npm ci
- run: npm run style:check
- run: npm test