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 6554f77 commit 33ca75fCopy full SHA for 33ca75f
.github/workflows/check.yml
@@ -23,6 +23,9 @@ jobs:
23
- name: Run Prettier Check
24
run: pnpm format:check
25
26
+ - name: Validate code snippets
27
+ run: pnpm validate:snippets
28
+
29
# per the docs: "caching browser binaries is not recommended,
30
# since the amount of time it takes to restore the cache is
31
# comparable to the time it takes to download the binaries"
.github/workflows/docs-validation.yml
0 commit comments