Skip to content

fix: update doc (#385) #1174

fix: update doc (#385)

fix: update doc (#385) #1174

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@v5
- name: Bootstrap
run: make bootstrap
- name: Run lints
run: make lint