We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4fa94 commit c400cfbCopy full SHA for c400cfb
.github/workflows/ci-cd.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
node-version-file: .node-version
26
cache: pnpm
27
- - name: Install dependencies
+ - name: Install root workspace dependencies
28
run: pnpm install --ignore-scripts --frozen-lockfile --workspace-root
29
- name: Check monorepo with Sherif
30
run: pnpm run lint:sherif
@@ -42,6 +42,8 @@ jobs:
42
else
43
echo "No formatting issues found"
44
fi
45
+ - name: Install all dependencies for Knip
46
+ run: pnpm install --ignore-scripts --frozen-lockfile
47
- name: Run Knip
48
run: pnpm run lint:knip --workspace packages/nuqs
49
0 commit comments