Skip to content

Bump gunicorn from 20.1.0 to 22.0.0 #77

Bump gunicorn from 20.1.0 to 22.0.0

Bump gunicorn from 20.1.0 to 22.0.0 #77

Workflow file for this run

##########################################################################
# DO NOT DELETE OR EDIT THIS FILE #
# This file is automatically generated and used to run tests #
##########################################################################
name: hexlet-check
on:
push:
branches:
- '**'
tags:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Hexlet project check
uses: hexlet/project-action@release
with:
hexlet-id: ${{ secrets.HEXLET_ID }}