Add black linter for python

This commit is contained in:
Brennan Ashton 2021-04-04 17:13:32 -07:00 committed by Petro Karashchenko
parent fe109998c9
commit 5787c26159

View File

@ -1,4 +1,4 @@
name: ❄️ Lint name: Lint
on: [pull_request] on: [pull_request]
@ -7,13 +7,13 @@ concurrency:
cancel-in-progress: true cancel-in-progress: true
jobs: jobs:
yamllint: lint:
name: 🍺 YAML name: Lint
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: 🧹 YAML Lint - name: YAML Lint
uses: github/super-linter@v4 uses: github/super-linter@v4
env: env:
VALIDATE_YAML: true VALIDATE_YAML: true
FILTER_REGEX_INCLUDE: .*\.github/.* VALIDATE_PYTHON_BLACK: true