permissions?

This commit is contained in:
Tom Hu
2021-01-02 19:16:25 -05:00
parent 6961e2c698
commit 1acc162055

View File

@@ -9,9 +9,7 @@ jobs:
with:
fetch-depth: 2
- name: Install dependencies
run: |
npm install
npm i -g eslint
run: npm install
- name: Lint
run: npm run lint
- name: Run tests and collect coverage