Skip to content

⬆️ Bump follow-redirects from 1.15.4 to 1.15.6 in /client #468

⬆️ Bump follow-redirects from 1.15.4 to 1.15.6 in /client

⬆️ Bump follow-redirects from 1.15.4 to 1.15.6 in /client #468

Workflow file for this run

name: Cleaning Code
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: Analyzing code
run: |
source ./lint.sh || true