Skip to content

Bump gunicorn from 20.1.0 to 22.0.0 in /requirements #65

Bump gunicorn from 20.1.0 to 22.0.0 in /requirements

Bump gunicorn from 20.1.0 to 22.0.0 in /requirements #65

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint pylint_flask
- name: Analysing the code with pylint
run: |
pylint koseki