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 6d09c95 commit 3db6cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
jobs:
Lints:
runs-on: ubuntu-latest
steps:
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
use_pyproject: true

Test:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 3db6cc3

Please sign in to comment.