Skip to content

Initial commit

Initial commit #2

Workflow file for this run

name: Run isort
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- uses: isort/[email protected]
with:
configuration: "--profile black --line-length 125"