Skip to content

refactor: add ruff rules for sorting imports #152

refactor: add ruff rules for sorting imports

refactor: add ruff rules for sorting imports #152

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: tox