forked from ScoDoc/ScoDoc
This commit is contained in:
parent
d6d6899a53
commit
5ca99471af
12
.gitea/workflows/black.yml
Normal file
12
.gitea/workflows/black.yml
Normal file
@ -0,0 +1,12 @@
|
||||
name: Lint
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: psf/black@stable
|
||||
with:
|
||||
options: "--check --diff --extend-exclude migrations"
|
Loading…
Reference in New Issue
Block a user