Skip to content

Add CI build workflow and badge #1

Add CI build workflow and badge

Add CI build workflow and badge #1

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make