Skip to content

Commit

Permalink
Fix CI issue by using elm-review CLI instead of GH Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Apr 29, 2024
1 parent 84ee783 commit 8e31f9c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e31f9c

Please sign in to comment.