Skip to content

Commit

Permalink
no sponges
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Aug 19, 2024
1 parent fad3c22 commit b5c5614
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: jq sort reserved-names.json | sponge reserved-names.json
- run: jq sort reserved-names.json > sort && mv sort reserved-names.json
name: Sort reserved-names.json
- run: git diff --exit-code
Test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b5c5614

Please sign in to comment.