Skip to content

Bump aioredis from 2.0.0 to 2.0.1 (#24) #107

Bump aioredis from 2.0.0 to 2.0.1 (#24)

Bump aioredis from 2.0.0 to 2.0.1 (#24) #107

Workflow file for this run

name: Test Project Linting
on: [push, pull_request]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
make install
- name: Test Project linting
run: |
make lint