Skip to content

0.2.0

0.2.0 #27

Workflow file for this run

name: "Ubuntu 22.04 CI (GCC 11)"
on: [push, pull_request]
jobs:
ubuntu-build:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]') && ! contains(toJSON(github.event.commits.*.message), '[skip github]')"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: "Use make"
run: make && ./unit