Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 24, 2021
1 parent 407da4d commit b215c09
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
node-version: "14"

- name: Install JS dependencies
run: npm i
working-directory: ./js

- name: Check JS formatting
run: npx prettier --check src
run: ./node_modules/.bin/prettier --check src
working-directory: ./js

0 comments on commit b215c09

Please sign in to comment.