Skip to content

Updating version to 0.1.16 #26

Updating version to 0.1.16

Updating version to 0.1.16 #26

Workflow file for this run

name: Checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Checks
runs-on: ubuntu-24.04
steps:
- name: Checkout sources
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Build
run: make
- name: Test
run: make test