solved error of missing few samples due to integer division of parall… #79
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: YAPF Formatting Check | |
on: [push] | |
jobs: | |
formatting-check: | |
name: Formatting Check | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: run YAPF | |
uses: AlexanderMelde/yapf-action@master | |
with: | |
args: --verbose |