Skip to content

Merge branch 'main' of https://github.com/kyleect/scheme-ts #39

Merge branch 'main' of https://github.com/kyleect/scheme-ts

Merge branch 'main' of https://github.com/kyleect/scheme-ts #39

Workflow file for this run

name: verify
on: [push]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.14.2"
- run: npm install
- run: npm run verify
- run: npm run build