Skip to content

Remove interpreter, Pipe is now VM only #62

Remove interpreter, Pipe is now VM only

Remove interpreter, Pipe is now VM only #62

Workflow file for this run

name: CI
on:
push:
branches: [main, dev]
pull_request:
branches: [main]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mlugg/setup-zig@v2
with:
version: 0.15.2
- run: zig fmt --check .
- run: zig build
- run: zig build test