mirror of
https://github.com/mvt-project/mvt.git
synced 2026-05-09 11:35:40 +02:00
Adapts linter workflow to black
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
name: Black
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
black:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: psf/black@stable
|
||||
with:
|
||||
options: "--check"
|
||||
Reference in New Issue
Block a user