Skip to content

Commit fa554e0

Browse files
authored
remove knip (#45)
really do want it at some point but it's noisy atm
1 parent 2547abb commit fa554e0

File tree

3 files changed

+8
-544
lines changed

3 files changed

+8
-544
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ jobs:
4848
- run: npm ci --ignore-scripts --no-audit --no-fund
4949
- run: npm run lint
5050

51-
declutter-code:
52-
name: Declutter code (Knip)
53-
runs-on: ubuntu-latest
54-
steps:
55-
- uses: actions/checkout@v5
56-
- uses: actions/setup-node@v5
57-
with:
58-
node-version: 22
59-
- run: npm ci --ignore-scripts --no-audit --no-fund
60-
- run: npm run knip
61-
6251
lint-package:
6352
name: Lint package (publint)
6453
runs-on: ubuntu-latest
@@ -71,19 +60,6 @@ jobs:
7160
- run: npm run build
7261
- run: npm run lint-package
7362

74-
bundle-analysis:
75-
name: Report bundle analysis (codecov)
76-
runs-on: ubuntu-latest
77-
steps:
78-
- uses: actions/checkout@v5
79-
- uses: actions/setup-node@v5
80-
with:
81-
node-version: 22
82-
- run: npm ci --ignore-scripts --no-audit --no-fund
83-
- run: npm run build
84-
env:
85-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
86-
8763
npm-audit:
8864
name: Audit packages
8965
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)