Skip to content

Release v1.0.11

Release v1.0.11 #7

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: make install_devel
- name: Run check
run: make check
- name: Run tests
run: make test