Skip to content

Commit 33ca75f

Browse files
committed
Remove a validation that never worked (we'll add something else later)
1 parent 6554f77 commit 33ca75f

File tree

2 files changed

+3
-64
lines changed

2 files changed

+3
-64
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Run Prettier Check
2424
run: pnpm format:check
2525

26+
- name: Validate code snippets
27+
run: pnpm validate:snippets
28+
2629
# per the docs: "caching browser binaries is not recommended,
2730
# since the amount of time it takes to restore the cache is
2831
# comparable to the time it takes to download the binaries"

.github/workflows/docs-validation.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)