Skip to content

Merge tag '0.11.2' into develop #62

Merge tag '0.11.2' into develop

Merge tag '0.11.2' into develop #62

Workflow file for this run

name: Ruff
on: [push]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
with:
args: check --output-format github