Skip to content

Update dependency gunicorn to v22 [SECURITY] #169

Update dependency gunicorn to v22 [SECURITY]

Update dependency gunicorn to v22 [SECURITY] #169

Workflow file for this run

name: Check formatting, black
on: [push]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: rickstaa/action-black@v1
with:
black_args: "website --check"