Skip to content

Bump urllib3 from 1.26.6 to 1.26.18 #36

Bump urllib3 from 1.26.6 to 1.26.18

Bump urllib3 from 1.26.6 to 1.26.18 #36

Workflow file for this run

name: YAPF Formatting Check
on:
push:
branches: [ master ]
pull_request:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
pip install toml yapf
- name: run YAPF to test if python code is correctly formatted
run: |
yapf --diff --recursive --verbose $GITHUB_WORKSPACE