Skip to content

Commit 4dd2907

Browse files
authored
fix: add vale check dependency (#355)
1 parent 0111d76 commit 4dd2907

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626

2727
steps:
2828
- uses: actions/checkout@v5
29+
- uses: pnpm/[email protected]
30+
with:
31+
version: 8.6.2
32+
- run: pnpm install -g mdx2vast
2933
- uses: errata-ai/[email protected]
3034
with:
3135
filter_mode: added

0 commit comments

Comments
 (0)