Skip to content

Add Schwab record

Add Schwab record #3

Workflow file for this run

name: ✅ JSON Syntax
on:
pull_request:
paths:
- '*.json'
workflow_dispatch:
jobs:
json-syntax:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}