Add CI action for checking black

This commit is contained in:
Odd Stråbø 2024-06-10 10:51:37 +00:00
parent 0c7213fcf8
commit 2b96cfbbe6
1 changed files with 6 additions and 0 deletions

View File

@ -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