File tree Expand file tree Collapse file tree 3 files changed +8
-544
lines changed
Expand file tree Collapse file tree 3 files changed +8
-544
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments