Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Jan 31, 2024
1 parent 51cfbb2 commit 9d0b836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash -l {0}
run: |
npm ci
npm run format-check || ( npm run format && git diff && false )
npm run format-check || ( npm run format && ( git diff | cat ); false )
npm run all
- uses: ./
Expand Down

0 comments on commit 9d0b836

Please sign in to comment.