Skip to content

chore: fix some comments whitespace #21

chore: fix some comments whitespace

chore: fix some comments whitespace #21

Workflow file for this run

name: build-osx
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install dependencies
run: |
brew install mlton
- name: Try to compile
run: |
make
- name: Update binary
uses: actions/upload-artifact@v3
with:
name: mulligan-osx
path: ./mulligan