Skip to content

fix #114

fix #114 #212

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: refactor
run: make refactor
- name: test
run: make test
- name: testint
run: make testint