Skip to content

chore: add and test visionos (#236) #658

chore: add and test visionos (#236)

chore: add and test visionos (#236) #658

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