Remove content from LA Riots media coverage markdown #7120
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: 🧪 CI Tests | |
| on: [push, pull_request] | |
| jobs: | |
| specs: | |
| name: 📋 Specs | |
| uses: ./.github/workflows/specs.yml | |
| format: | |
| name: 👮 Formatter | |
| uses: ./.github/workflows/rubocop.yml | |
| orgs: | |
| name: 🫀 Validate Orgs | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 📰 Checkout code | |
| uses: actions/checkout@v4 | |
| - name: ✔️ Validate Orgs | |
| uses: cardinalby/schema-validator-action@v3 | |
| with: | |
| file: public/data/orgs.json | |
| schema: public/data/orgs.schema.json |