Skip to content

use tested Zig versions to detect some incompatible versions #10

use tested Zig versions to detect some incompatible versions

use tested Zig versions to detect some incompatible versions #10

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run typecheck
- run: npm run lint
- run: npm run format -- --check
- run: npm run test