Skip to content

Merge pull request #1 from konglomerat/main #1

Merge pull request #1 from konglomerat/main

Merge pull request #1 from konglomerat/main #1

Workflow file for this run

name: "Black Code Formatter"
on: [push]
jobs:
format:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.8]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: Black Code Formatter
uses: lgeiger/[email protected]
with:
args: "./backend --check"