Skip to content

Move to aioresponses library to simplify aiohttp tests #232

Move to aioresponses library to simplify aiohttp tests

Move to aioresponses library to simplify aiohttp tests #232

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
isort:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: isort/isort-action@v1