prettier rules
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user