Skip to content

Add RTD configuration #23

Add RTD configuration

Add RTD configuration #23

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: "check --config ruff.toml"
src: "./generator/generate.py ./tests ./dev_setup.py"