Skip to content

build(deps): bump the pip group across 1 directory with 22 updates #135

build(deps): bump the pip group across 1 directory with 22 updates

build(deps): bump the pip group across 1 directory with 22 updates #135

Workflow file for this run

name: Redis Player One
on: [push, pull_request]
jobs:
CI:
name: Launching CI
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install requirements
run: |
make install_requirements
- name: Run linter
run: |
make run_linter