Add validation scripts

Make sure that all samples are listed properly and the readme is updated
This commit is contained in:
Matt Bierner
2024-06-27 09:58:24 -07:00
parent de25ae5a63
commit 8b4a2e195e
5 changed files with 141 additions and 33 deletions

14
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: CI
on:
pull_request:
branches: [ $default-branch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: node ./.scripts/validate.js