Skip to content

Merge pull request #449 from mj-will/update-ruff #890

Merge pull request #449 from mj-will/update-ruff

Merge pull request #449 from mj-will/update-ruff #890

Workflow file for this run

name: Lint
on:
push:
branches: [ main, release* ]
pull_request:
branches: [ main, release* ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
version: "0.9.x"
args: 'format --check'