Skip to content

Commit

Permalink
black linter action
Browse files Browse the repository at this point in the history
  • Loading branch information
OmegaLambda1998 committed Jul 31, 2024
1 parent 5e5506c commit 0946882
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/black-formatter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Black Linter
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
version: "~= 22.0"

0 comments on commit 0946882

Please sign in to comment.