Skip to content

⬆ Bump aiohttp from 3.11.8 to 3.11.9 #48

⬆ Bump aiohttp from 3.11.8 to 3.11.9

⬆ Bump aiohttp from 3.11.8 to 3.11.9 #48

Workflow file for this run

name: Linter
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@v4
- name: Install Hatch
uses: pypa/hatch@install
- name: Lint
run: hatch run lint:all