Skip to content

Bump flask from 1.1.2 to 2.2.5 in /requirements #58

Bump flask from 1.1.2 to 2.2.5 in /requirements

Bump flask from 1.1.2 to 2.2.5 in /requirements #58

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