Skip to content

Merge pull request #651 from StephanAkkerman/dependabot/pip/pyyaml-6.0.2 #152

Merge pull request #651 from StephanAkkerman/dependabot/pip/pyyaml-6.0.2

Merge pull request #651 from StephanAkkerman/dependabot/pip/pyyaml-6.0.2 #152

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:
requirements-files: "requirements.txt requirements-test.txt"