Skip to content

Add github workflows #6

Add github workflows

Add github workflows #6

Workflow file for this run

name: CI on commits to main
on:
push:
branches:
- main
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- name: Run checks
uses: ./.github/actions/checks