Skip to content

Bump urllib3 from 1.26.18 to 1.26.19 #1828

Bump urllib3 from 1.26.18 to 1.26.19

Bump urllib3 from 1.26.18 to 1.26.19 #1828

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Install Dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r lint_requirements.txt
- name: Run ufmt
run: |
ufmt check .
- name: Run Flake
run: |
flake8