Skip to content

Setup verification workflow #1

Setup verification workflow

Setup verification workflow #1

Workflow file for this run

name: Verify
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Run checks
run: make all