Skip to content

ci: Add isort job to CI #1

ci: Add isort job to CI

ci: Add isort job to CI #1

Workflow file for this run

name: Run isort
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: isort/isort-action@v1
with:

Check failure on line 11 in .github/workflows/isort.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/isort.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
sort-paths: "src", "tests"