「誘お」のrubyは「いざなっ」ではなく「いざなお」 #26
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: Validate data_v1.json | |
| on: | |
| pull_request: | |
| jobs: | |
| validate-json: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Run unit tests | |
| run: python -m unittest discover -v | |
| - name: Validate JSON format | |
| run: | | |
| python scripts/validate_json.py Dictionary/data_v1.json |