Skip to content

Check code format

Check code format #22

Workflow file for this run

name: Check code format
on:
workflow_run:
workflows: ["Linter markdown and code"]
types:
- completed
jobs:
format:
name: Check code format
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
# Execute the python formatter
- name: Run the python formatter
uses: addnab/docker-run-action@v3
with:
image: pyfound/black
options: -v ${{ github.workspace}}:/apps
run: black --check ./apps/