Skip to content

Commit 8b0cc07

Browse files
committed
Fix ci action syntax
1 parent ffeeed8 commit 8b0cc07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
cache: "npm"
2222
cache-dependency-path: pnpm-lock.yaml
2323
- run: pnpm install --frozen-lockfile
24-
- run: pnpm run {{ matrix.check }}
24+
- run: pnpm run ${{ matrix.check }}

0 commit comments

Comments
 (0)