Skip to content

Commit

Permalink
Add Black check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
torrua committed Feb 25, 2024
1 parent 94d4231 commit 1e67b11
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: BlackLint

on: [push, pull_request]

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

0 comments on commit 1e67b11

Please sign in to comment.