Skip to content

Commit

Permalink
chore: knip.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Nov 7, 2024
1 parent 7fa992b commit d6d33c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/knip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo ${{ github.event.number }} > pr-number.txt

- name: Run Knip
run: yarn knip || yarn knip --reporter json > knip-results.json
run: bun knip || bun knip --reporter json > knip-results.json

- name: Upload knip result
if: failure()
Expand Down

0 comments on commit d6d33c8

Please sign in to comment.