Skip to content

Commit

Permalink
🔨 ci: added eslint to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joebobmiles committed Jul 8, 2021
1 parent dccc2a0 commit e8a848e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- run: npm ci

- run: npx eslint
- run: npx eslint .

test:
name: Run tests
Expand Down

0 comments on commit e8a848e

Please sign in to comment.