Skip to content

Added human-friendly names to the entries #7

Added human-friendly names to the entries

Added human-friendly names to the entries #7

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:
json-yaml-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate JSON
id: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2
with:
comment: "true" # enable comment mode
files: "lc.json"