Skip to content

wip

wip #155

Workflow file for this run

name: Makefile CI
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install packages
run: make install
- name: format
run: make format
- name: test
run: make test
- name: testint
run: make testint