Skip to content

Add yapf reformatting to .git-blame-ignore-revs #4

Add yapf reformatting to .git-blame-ignore-revs

Add yapf reformatting to .git-blame-ignore-revs #4

Workflow file for this run

name: YAPF Formatting Check
on: [push]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run YAPF to test if python code is correctly formatted
uses: AlexanderMelde/yapf-action@master
with:
args: --verbose