Skip to content

Update README.md

Update README.md #294

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: brew install
run: brew install xcodegen
- name: examples
run: make -C examples
- name: tests
run: make -C tests