Merge pull request #292 from lxgr-linux/291-split-out-utility-to-avoi… #911
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: Data validation | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Validate | |
run: | | |
python3 -c "import pokete_data; print(':: Validating'); pokete_data.validate(); print(':: Done')" |