Skip to content

Commit 8715905

Browse files
committed
Fix YAML syntax
1 parent 3669b7c commit 8715905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
node-version: 20
2020
cache: pnpm
21-
cache-dependency-path: **/pnpm-lock.yaml
21+
cache-dependency-path: "**/pnpm-lock.yaml"
2222
- name: Check types
2323
run: pnpm install && pnpm check

0 commit comments

Comments
 (0)