Skip to content

[fix] dataset not correctly formatted #42

[fix] dataset not correctly formatted

[fix] dataset not correctly formatted #42

Workflow file for this run

name: Run yapf
on:
pull_request:
types: [opened, synchronize, reopened]
paths:
- 'utilization/**'
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: --style .style.yapf --verbose --exclude '**/training/**'