Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit c1b81be

Browse files
committed
Make sure that our examples don't crash
1 parent da1909d commit c1b81be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
run: npx c8 npx jest
1616
- name: coverage
1717
run: npx c8 check-coverage --lines 99 --functions 99 --branches 99 --statements 99
18+
- name: examples do not crash
19+
run: for f in examples/*.js; do node $f || exit 1; done

0 commit comments

Comments
 (0)