prettier rules

This commit is contained in:
Bryan MacFarlane
2020-04-10 09:17:13 -04:00
parent 60c8242c8c
commit 71d14f19d2
3 changed files with 15 additions and 2 deletions

View File

@@ -40,5 +40,8 @@ jobs:
- name: npm test
run: npm test
- name: Format
run: npm run format-check
- name: audit security
run: npm audit
run: npm audit --audit-level=moderate