Skip to content

chore: random comment clean up #168

chore: random comment clean up

chore: random comment clean up #168

Workflow file for this run

name: Python formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
formatting-check:
name: Run yapf
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run YAPF to test if python code is correctly formatted
uses: AlexanderMelde/yapf-action@efc672c0c96776f74b4fb4197b334dc07035ec4f # v2.0
with:
args: --verbose