We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3669b7c commit 8715905Copy full SHA for 8715905
1 file changed
.github/workflows/check_types.yml
@@ -18,6 +18,6 @@ jobs:
18
with:
19
node-version: 20
20
cache: pnpm
21
- cache-dependency-path: **/pnpm-lock.yaml
+ cache-dependency-path: "**/pnpm-lock.yaml"
22
- name: Check types
23
run: pnpm install && pnpm check
0 commit comments