Skip to content

max_min

max_min #108

Workflow file for this run

name: QUANT CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Test
run: make test
- name: Check
run: make check