Skip to content

Improved the HTML tags by using better semantics #59

Improved the HTML tags by using better semantics

Improved the HTML tags by using better semantics #59

Workflow file for this run

name: JSON Validation
on:
push:
pull_request:
jobs:
validate_json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Validate JSON
run: |
python scripts/validate_json.py