Skip to content

Commit

Permalink
Replace npm bin invocation since it has been removed in latest NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Apr 22, 2024
1 parent e5e3583 commit 461ab1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: elm-format
run: npx --no-install elm-format --validate src/ benchmarks/src/ review/src/ examples/src/ tests/
- name: Add elm-review, elm and elm-format to path
run: npm bin >> $GITHUB_PATH
run: echo "${{ github.workspace }}/node_modules/.bin" >> $GITHUB_PATH
- uses: sparksp/elm-review-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 461ab1d

Please sign in to comment.