We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affcf96 commit 8dd093fCopy full SHA for 8dd093f
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
run: sudo apt-get update && sudo apt-get install -y python3 make g++
28
29
- name: Install dependencies
30
- run: pnpm install --frozen-lockfile
+ run: pnpm install --frozen-lockfile --force
31
32
- name: Run type checking
33
run: pnpm run lint
0 commit comments