Skip to content

ci(coverage): gate PRs on 100% patch coverage (#134) #31

ci(coverage): gate PRs on 100% patch coverage (#134)

ci(coverage): gate PRs on 100% patch coverage (#134) #31

Workflow file for this run

name: knip (dead code + unused deps)
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
permissions:
contents: read
jobs:
knip:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npx knip --no-exit-code # warn-only initially; remove --no-exit-code once baseline is clean