Skip to content

Merge pull request #411 from una-auxme/391-Add-Joker-Rules-for-PAF24 #177

Merge pull request #411 from una-auxme/391-Add-Joker-Rules-for-PAF24

Merge pull request #411 from una-auxme/391-Add-Joker-Rules-for-PAF24 #177

Workflow file for this run

name: Check code format
on:
pull_request:
branches:
- "main"
push:
branches:
- main
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/