Indicate that y is not required in __sklearn_tags__ #455
Workflow file for this run
This file contains hidden or 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: Check formatting | |
on: [push] | |
jobs: | |
lint: | |
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 |