Skip to content

Commit

Permalink
Fix elm format install
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOrme committed Mar 18, 2023
1 parent 7ab5831 commit 59c78e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
# Node needed for elm-format
node-version: 18
- name: elm-format install
run: npm elm-format install
run: npm install elm-format
- name: Compile Elm
run: just check

0 comments on commit 59c78e5

Please sign in to comment.