This commit is contained in:
parent
56b4a409ee
commit
5bc4b91fec
11
.gitea/workflows/lint.yml
Normal file
11
.gitea/workflows/lint.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
name: black-action
|
||||||
|
on: [push, pull_request]
|
||||||
|
jobs:
|
||||||
|
linter_name:
|
||||||
|
name: runner / black formatter
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: https://github.com/datadog/action-py-black-formatter@v2.1
|
||||||
|
with:
|
||||||
|
check_mode: "true"
|
Loading…
Reference in New Issue
Block a user