Skip to content

Update card.py to correctly import ValidationFailure at all times. #269

Update card.py to correctly import ValidationFailure at all times.

Update card.py to correctly import ValidationFailure at all times. #269

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