Skip to content

Validate JSON

Validate JSON #1

Workflow file for this run

name: Validate JSON
on:
pull_request:
paths: ['lc.json']
workflow_dispatch:
permissions:
contents: read
pull-requests: write # enable write permissions for pull request comments
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate JSON
id: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.6.0
with:
comment: "true" # enable comment mode
files: "lc.json"