Add black linter for python
This commit is contained in:
parent
fe109998c9
commit
5787c26159
10
.github/workflows/lint.yml
vendored
10
.github/workflows/lint.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: ❄️ Lint
|
||||
name: Lint
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
@ -7,13 +7,13 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
yamllint:
|
||||
name: 🍺 YAML
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: 🧹 YAML Lint
|
||||
- name: YAML Lint
|
||||
uses: github/super-linter@v4
|
||||
env:
|
||||
VALIDATE_YAML: true
|
||||
FILTER_REGEX_INCLUDE: .*\.github/.*
|
||||
VALIDATE_PYTHON_BLACK: true
|
||||
|
Loading…
Reference in New Issue
Block a user