We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e441b6 commit 93a986dCopy full SHA for 93a986d
1 file changed
.github/workflows/main.yml
@@ -74,6 +74,24 @@ jobs:
74
CYPRESS_INSTALL_BINARY: 0
75
- name: run type-check
76
run: npm run type-check
77
+ knip:
78
+ name: run knip
79
+ runs-on: ubuntu-latest
80
+ needs: [packages]
81
+ steps:
82
+ - name: checkout
83
+ uses: actions/checkout@v5
84
+ - name: setup Node
85
+ uses: actions/setup-node@v4
86
+ with:
87
+ node-version-file: ./.node-version
88
+ cache: npm
89
+ - name: npm ci
90
+ run: npm ci
91
+ env:
92
+ CYPRESS_INSTALL_BINARY: 0
93
+ - name: run knip
94
+ run: npm run knip
95
build:
96
name: run build
97
runs-on: ubuntu-latest
0 commit comments