Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim committed Dec 18, 2024
1 parent 38ae753 commit 88fc999
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: psf/black@stable
- name: Lints Black
uses: psf/black@stable
with:
options: "--diff --verbose"
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
with:
python-version: 3.12
- uses: isort/isort-action@master
- name: Lints flake8
uses: py-actions/flake8@v2
- name: Lints Isort
uses: isort/isort-action@master
with:
requirementsFiles: "requirements.txt"
# with:
Expand Down

0 comments on commit 88fc999

Please sign in to comment.