Skip to content

Update tests to match new behavior #577

Update tests to match new behavior

Update tests to match new behavior #577

Workflow file for this run

---
name: isort
on: push # yamllint disable-line rule:truthy
jobs:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install 'isort>=5.0.1'
- uses: wearerequired/lint-action@v2.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
isort: true
continue_on_error: false