Skip to content

Update version

Update version #2

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
paths-ignore:
- "**/*.md"
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Bootstrap
run: make bootstrap
- name: Run lints
run: make lint