Skip to content

[version] new version! 2.3.0 #47

[version] new version! 2.3.0

[version] new version! 2.3.0 #47

Workflow file for this run

name: Lint with ruff
on: [ push, pull_request ]
permissions:
contents: read
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"