Skip to content

bump fbpcp version 0.6.4 due to urllib3 version bump to 1.26.19 #1830

bump fbpcp version 0.6.4 due to urllib3 version bump to 1.26.19

bump fbpcp version 0.6.4 due to urllib3 version bump to 1.26.19 #1830

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