From 8b3cdaadb3256d63a3a86ccd471656a92e2f5647 Mon Sep 17 00:00:00 2001 From: Joshua Taylor Date: Sat, 3 Aug 2024 11:52:06 -0500 Subject: [PATCH] Fix typo, remove old action This is replaced with the validator --- .github/workflows/json.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/json.yml b/.github/workflows/json.yml index e3e423a..ce738d6 100644 --- a/.github/workflows/json.yml +++ b/.github/workflows/json.yml @@ -11,14 +11,9 @@ jobs: steps: - uses: actions/checkout@v2 - - name: json-syntax-check - uses: limitusus/json-syntax-check@v1 - with: - pattern: "\\.json$*" - - name: json-yaml-validate uses: GrantBirki/json-yaml-validate@v3.0.0 with: json_schema: ./spec.json json_schema_version: draft-2020-12 - exclude_file: exclude.yxy \ No newline at end of file + exclude_file: exclude.txt \ No newline at end of file