Skip to content

Sorting model tags alphabetically #805

Sorting model tags alphabetically

Sorting model tags alphabetically #805

Workflow file for this run

name: json syntax check
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
pull-requests: write # required to leave comments on pull requests
jobs:
json-test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # pin@v3.5.3
- name: json syntax check
uses: GrantBirki/json-yaml-validate@3a3d883daf915618a7503a2e9c04b8e57130a4b8 # pin@v3.0.0
with:
exclude_file: ".github/config/exclude.txt" # .gitignore style file for exclusions
comment: "true" # allow PR comments with error messages