diff --git a/.github/workflows/knip.yml b/.github/workflows/knip.yml deleted file mode 100644 index 50a1a2a..0000000 --- a/.github/workflows/knip.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Knip - -on: - pull_request_target: - workflow_dispatch: - -permissions: write-all - -jobs: - run-knip: - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Node - uses: actions/setup-node@v4 - with: - node-version: 20.10.0 - - - name: Install toolchain - run: yarn install - - - name: Report knip results to pull request - uses: Codex-/knip-reporter@v2 - with: - verbose: true - comment_id: ${{ github.workflow }}-reporter - command_script_name: knip-ci - annotations: true - ignore_results: false