Skip to content

Bump gunicorn from 21.2.0 to 22.0.0 #23

Bump gunicorn from 21.2.0 to 22.0.0

Bump gunicorn from 21.2.0 to 22.0.0 #23

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: ${{ matrix.name }}
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version-file: '.python-version'
- name: Install tox
run: |
pip install tox
- name: Run tox
run: tox