Skip to content

Update to pyproject.toml build system configuration (#284) #21

Update to pyproject.toml build system configuration (#284)

Update to pyproject.toml build system configuration (#284) #21

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"