Skip to content

Bump version

Bump version #37

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check format
run: |
make format
git diff --exit-code
- name: Build
run: make