Skip to content

feat(ci): add ci for wasm build #78

feat(ci): add ci for wasm build

feat(ci): add ci for wasm build #78

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- name: Set up tree sitter
uses: tree-sitter/setup-action/cli@v1
- name: Run tests
uses: tree-sitter/parser-test-action@v2
racket:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up tree sitter
uses: tree-sitter/setup-action/cli@v1
- run: git clone https://github.com/racket/racket --depth 1
- name: parse racket repo
run: tree-sitter parse $(find racket -name '*.rkt' -type f -not -exec grep -q '#lang at-exp' {} \; -print) -qt