Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed Feb 4, 2024
1 parent 28f26c4 commit 353203f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ on: [push, pull_request]
jobs:

# Thanks https://black.readthedocs.io/en/stable/integrations/github_actions.html
black-lint:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/[email protected]

isort-lint:
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@v1
with:
requirements-files: "requirements.txt requirements-test.txt"

flake8-lint:
flake8:
runs-on: ubuntu-latest
name: Lint
steps:
Expand Down

0 comments on commit 353203f

Please sign in to comment.