Skip to content

Commit

Permalink
Only run nph when using nim version 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett committed Jun 26, 2024
1 parent 79910ec commit 00d04d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ jobs:
echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH
- name: Check nph formatting
if: runner.os == 'Linux'
if: runner.os == 'Linux' && matrix.branch == 'version-2-0'
run: |
nimble install -y --depsOnly
./nph .
nph .
git diff --exit-code
- name: Run tests
Expand Down

0 comments on commit 00d04d5

Please sign in to comment.