Skip to content

Add AGENTS.md with build instructions and invariants #11

Add AGENTS.md with build instructions and invariants

Add AGENTS.md with build instructions and invariants #11

Workflow file for this run

name: Tests
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y libyaml-dev
- name: Build and run tests
run: make test