Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,6 @@ jobs:
- run: npm ci --ignore-scripts --no-audit --no-fund
- run: npm run lint

declutter-code:
name: Declutter code (Knip)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm ci --ignore-scripts --no-audit --no-fund
- run: npm run knip

lint-package:
name: Lint package (publint)
runs-on: ubuntu-latest
Expand All @@ -71,19 +60,6 @@ jobs:
- run: npm run build
- run: npm run lint-package

bundle-analysis:
name: Report bundle analysis (codecov)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm ci --ignore-scripts --no-audit --no-fund
- run: npm run build
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

npm-audit:
name: Audit packages
runs-on: ubuntu-latest
Expand Down
Loading