Skip to content

Add formatters and linters to the CI and fix the fallout #4

Add formatters and linters to the CI and fix the fallout

Add formatters and linters to the CI and fix the fallout #4

Workflow file for this run

name: isort
on: [push, pull_request]
jobs:
python-isort:
name: Python isort
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3 -m pip install isort
- run: isort . --check --diff