Skip to content

refactor: fix most ruff issues in generated types (#29) #89

refactor: fix most ruff issues in generated types (#29)

refactor: fix most ruff issues in generated types (#29) #89

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.14'
- run: pip3 install tox --user
- run: echo "$HOME/.local/bin" >> $GITHUB_PATH
- run: tox