diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 456e8b5eb..851c66303 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,9 +60,11 @@ jobs: run: npx --no-install elm-tooling install - name: Add elm-review, elm and elm-format to path run: realpath node_modules/.bin >> $GITHUB_PATH - - uses: sparksp/elm-review-action@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: elm-review + run: npx elm-review + # - uses: sparksp/elm-review-action@v1 + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build Generator run: npm run build:generator - name: Tests