Skip to content

Fix enum generation expression #32

Fix enum generation expression

Fix enum generation expression #32

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"