Skip to content

Commit

Permalink
attempt install-ziglint workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Oct 30, 2023
1 parent 079051b commit eaad75e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
- uses: AnnikaCodes/install-ziglint@v0.1
# TODO: remove once install-ziglint is fixed to properly place binary on the path
- run: echo "${GITHUB_WORKSPACE}" >> $GITHUB_PATH
- run: npm install
- run: npm run integration

0 comments on commit eaad75e

Please sign in to comment.