Skip to content

Replaced SYN logo with smaller, correct format #338

Replaced SYN logo with smaller, correct format

Replaced SYN logo with smaller, correct format #338

Workflow file for this run

name: json-yaml-validate
on:
push:
branches:
- main
pull_request:
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: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/[email protected]
with:
base_dir: ./tokenLists # base directory to search for files
json_schema: schemas/assetlist.schema.json # validate JSON files against the schema
comment: "true" # enable comment mode