Skip to content

Update lc.json

Update lc.json #8

Workflow file for this run

name: Validate JSON
on:
pull_request:
paths: ['lc.json']
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
uses: GrantBirki/json-yaml-validate@v2.6.0
with:
comment: "true" # enable comment mode
files: "lc.json"
- uses: hmarr/auto-approve-action@v3
with:
review-message: "Auto approved due to passing JSON validation."