Skip to content

Add initial version

Add initial version #5

Workflow file for this run

name: default
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
default:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run all CI checks
run: make ci