6.13.0 release note changes (#4232) #123
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: Lint JSON code blocks | |
| on: push | |
| jobs: | |
| validate-json: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Set up Python | |
| uses: actions/setup-python@v2 | |
| with: | |
| python-version: 3.8 | |
| - name: Lint JSON files | |
| working-directory: ./tests | |
| run: python json-validator.py --directory ../content --extension .md |