Skip to content

build: 👷 add Dockerfile + docker-compose file (#3) #6

build: 👷 add Dockerfile + docker-compose file (#3)

build: 👷 add Dockerfile + docker-compose file (#3) #6

Workflow file for this run

name: black-action
on: [push, pull_request]
jobs:
linter_name:
name: Check Black Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rickstaa/action-black@v1
with:
black_args: ". --check"