addresses issue #11 sub-item 'license checker' (#92)

This commit is contained in:
Nat Hillard 2021-06-03 15:03:10 -04:00 committed by GitHub
commit 55d6e6635b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 272 additions and 13 deletions

View file

@ -35,6 +35,8 @@ jobs:
run: ls -la public
- name: Lint
run: npm run lint
- name: License Check
run: npm run licenses
- name: Test
run: npm test
- name: Check for security vulnerabilities