Skip to content

Commit

Permalink
chore: try to fix knip
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 17, 2024
1 parent 32db575 commit 7e5e6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/knip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

- name: Install toolchain
run: npm install -g bun && bun install

- name: Report knip results to pull request
uses: Codex-/knip-reporter@v2
with:
verbose: true
comment_id: ${{ github.workflow }}-reporter
comment_id: Knip-reporter
command_script_name: knip-ci
annotations: true
ignore_results: false
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7e5e6ec

Please sign in to comment.