Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Bump idna from 3.1 to 3.7 #22

Bump idna from 3.1 to 3.7

Bump idna from 3.1 to 3.7 #22

Workflow file for this run

name: analysis
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
- name: Analysing the code with pylint
run: |
pylint main.py