mirror of
https://github.com/upgundecha/howtheysre
synced 2026-01-03 07:48:02 +00:00
Added eslint and resolved linting error in test
This commit is contained in:
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
|
||||
|
||||
- name: Run Checklist
|
||||
run: npm ci && npm test
|
||||
run: npm ci && npx eslint test/. && npm run test
|
||||
|
||||
Reference in New Issue
Block a user