Skip to content

Merge pull request #811 from ersilia-os/dependabot/github_actions/act… #356

Merge pull request #811 from ersilia-os/dependabot/github_actions/act…

Merge pull request #811 from ersilia-os/dependabot/github_actions/act… #356

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@8ade135a41bc03ea155e62e844d188df1ea18608 # pin@v3.5.3
- name: json syntax check
uses: GrantBirki/json-yaml-validate@1652fde01b1be71dfa7131148819e67639792673 # pin@v2.3.0
with:
exclude_file: ".github/config/exclude.txt" # .gitignore style file for exclusions
comment: "true" # allow PR comments with error messages