Skip to content

Commit

Permalink
Prefix prettier and eslint with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikP committed Jan 4, 2021
1 parent f7ffb4d commit ed69112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
yarn install --frozen-lockfile
- name: Lint and formatting check
run: |
prettier --check .
eslint .
npx prettier --check .
npx eslint .
- name: Unit tests
run: |
yarn test-xarf
Expand Down

0 comments on commit ed69112

Please sign in to comment.