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 5b12864 commit 6d09c95
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ on:
branches:
- '*'
jobs:
build:
Lints:
runs-on: ubuntu-latest
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
use_pyproject: true

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

0 comments on commit 6d09c95

Please sign in to comment.