Skip to content

Commit

Permalink
Add CI action for checking black
Browse files Browse the repository at this point in the history
  • Loading branch information
oddstr13 committed Jun 10, 2024
1 parent 0c7213f commit 2b96cfb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ jobs:
flake8.output
test.xml
coverage.xml
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable

0 comments on commit 2b96cfb

Please sign in to comment.