Skip to content

arrange headers

arrange headers #8

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install build dependencies
run: brew install make
- name: Build code
run: make all
- name: Run tests
run: make run