Skip to content

Bump gunicorn from 22.0.0 to 23.0.0 #258

Bump gunicorn from 22.0.0 to 23.0.0

Bump gunicorn from 22.0.0 to 23.0.0 #258

Workflow file for this run

name: flake8 Lint
on: [push, pull_request]
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10.12'
- name: flake8 Lint
uses: py-actions/[email protected]