Skip to content

Update node.js 18 instead of 20 (#4217) #46

Update node.js 18 instead of 20 (#4217)

Update node.js 18 instead of 20 (#4217) #46

Workflow file for this run

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