We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c55ef8c commit 8efc8e1Copy full SHA for 8efc8e1
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
run: pnpm install
31
- name: Run linting
32
run: pnpm lint
33
+ - name: Run Astro check
34
+ run: pnpm astro check
35
36
unit:
37
timeout-minutes: 10
0 commit comments