Skip to content

⬆️ Bump aiohttp from 3.11.11 to 3.11.12 #2095

⬆️ Bump aiohttp from 3.11.11 to 3.11.12

⬆️ Bump aiohttp from 3.11.11 to 3.11.12 #2095

name: Codestyle Check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- name: Set up Python 3.10
uses: actions/setup-python@v5.1.1
with:
python-version: "3.10"
- name: Install poetry
run: make poetry-download
- name: Install dependencies
run: |
poetry config virtualenvs.in-project true
poetry install
- name: Run style checks
run: make check-codestyle