Skip to content

Enable nidx for my KB #334

Enable nidx for my KB

Enable nidx for my KB #334

Workflow file for this run

name: JSON files validation
on:
pull_request:
branches:
- main
jobs:
checks:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: json-syntax-check
uses: limitusus/json-syntax-check@v1
with:
pattern: "\\.json$"