Skip to content

New git configs!

New git configs! #127

Workflow file for this run

name: main-ci
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
# build the Docker image we use to run the tests
- name: test.sh
run: ./test.sh