Skip to content

chore(deps): bump aiohttp from 3.9.5 to 3.10.5 #85

chore(deps): bump aiohttp from 3.9.5 to 3.10.5

chore(deps): bump aiohttp from 3.9.5 to 3.10.5 #85

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Poetry
run: pipx install poetry
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'poetry'
- name: Install dependencies
run: poetry install
- name: Lint
run: poetry run ruff check --output-format=github