Skip to content

[Snyk] Security upgrade aiohttp from 3.8.6 to 3.12.14 #37

[Snyk] Security upgrade aiohttp from 3.8.6 to 3.12.14

[Snyk] Security upgrade aiohttp from 3.8.6 to 3.12.14 #37

Workflow file for this run

name: Python Lint CI
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v4
- name: Install tox
run: python -m pip install tox
- name: Lint
run: python -m tox -e lint