We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3a0b3e + 11334a0 commit db6930dCopy full SHA for db6930d
1 file changed
.github/workflows/docs-validation.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v6
29
30
- name: Validate config.js syntax
31
- run: node --check config.js
+ run: node --check .vitepress/config.js
32
33
json-lint:
34
name: Validate JSON Files
0 commit comments