Skip to content

Merge branch 'main' of https://github.com/calvin-laurenson/congressio… #16

Merge branch 'main' of https://github.com/calvin-laurenson/congressio…

Merge branch 'main' of https://github.com/calvin-laurenson/congressio… #16

Workflow file for this run

name: Code Check
on: push
jobs:
black:
runs-on: ubuntu-latest
defaults:
run:
working-directory: backend
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable