Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Refactor/general

Refactor/general #7

Workflow file for this run

name: Knip
on:
pull_request:
permissions: write-all
jobs:
run-knip:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20.10.x
- 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
command_script_name: knip-ci
annotations: true
ignore_results: false