Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim committed Dec 18, 2024
1 parent dab2cab commit bd03c7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
LintsBlack:
runs-on: ubuntu-latest
name: Black
steps:
- uses: actions/checkout@v1
- uses: psf/black@stable
Expand All @@ -14,6 +15,7 @@ jobs:
src: "./app"
LintsFlake8:
runs-on: ubuntu-latest
name: Flake8
steps:
- uses: actions/checkout@v1
- uses: py-actions/flake8@v2
Expand All @@ -30,6 +32,7 @@ jobs:
sort-paths: "./app"
LintsMyPy:
runs-on: ubuntu-latest
name: MyPy
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit bd03c7b

Please sign in to comment.