Skip to content

bugfix: type notations 'or' are py3.10 and above #75

bugfix: type notations 'or' are py3.10 and above

bugfix: type notations 'or' are py3.10 and above #75

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@v1
- uses: astral-sh/ruff-action@v1
with:
args: "format --check"