Skip to content

Support building and running on macOS #173

Support building and running on macOS

Support building and running on macOS #173

Workflow file for this run

name: Ruff
on:
pull_request:
workflow_dispatch:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- uses: astral-sh/ruff-action@v3
with:
args: "format --check --diff"