Skip to content

Commit

Permalink
fix elm format path
Browse files Browse the repository at this point in the history
  • Loading branch information
shnewto committed Nov 11, 2023
1 parent 48f99c4 commit 66c8367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
npm install elm-format
- name: format
run: |
./node_modules/elm-test/bin/elm-format src --validate
./node_modules/elm-format/bin/elm-format src --validate
- name: install elm-test
run: |
npm install elm-test
Expand Down

0 comments on commit 66c8367

Please sign in to comment.