Skip to content

Update dependency pytest-asyncio to v0.23.4 #231

Update dependency pytest-asyncio to v0.23.4

Update dependency pytest-asyncio to v0.23.4 #231

Workflow file for this run

name: Pylint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
pip install pylint
- name: Analysing the code with pylint
run: |
pylint aiohttp_aiofiles_tutorial