Skip to content

Bump gunicorn from 20.1.0 to 22.0.0 #6

Bump gunicorn from 20.1.0 to 22.0.0

Bump gunicorn from 20.1.0 to 22.0.0 #6

Workflow file for this run

on:
pull_request:
paths:
- '**.py'
- '**/requirements*.txt'
push:
paths:
- '**.py'
- '**/requirements*.txt'
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- run: pip install nox
- run: python3 -m nox