diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d4938c..1d5d3b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}