Update README.md #15
Workflow file for this run
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: Validate Race Names | |
on: | |
pull_request: | |
jobs: | |
file-check: | |
name: Validate Race Names | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v2 | |
- name: Check Alphabetical order | |
run: bash scripts/validate_name_order.sh | |
- name: Check Bot&Judge Names | |
run: bash scripts/validate_race_names.sh |