神戸高速鉄道神戸三宮駅修正および相鉄JR直通線設定変更 #120
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
on: | |
workflow_dispatch: | |
pull_request: | |
paths: | |
- data/*.csv | |
name: Verify station data integrity | |
jobs: | |
verify_migration_data: | |
name: Verify pushed migration data | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: cargo run --bin data_validator |