Skip to content

Add yapf github action for python tests #2

Add yapf github action for python tests

Add yapf github action for python tests #2

Workflow file for this run

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