Skip to content

Commit

Permalink
Fix running lint script on lint and test action
Browse files Browse the repository at this point in the history
  • Loading branch information
blikblum authored Sep 9, 2020
1 parent 2052340 commit fd101bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Run ESLint
run: npm run eslint
- run: npm test
run: npm run lint
- name: Run tests
run: npm test

0 comments on commit fd101bd

Please sign in to comment.