diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2f0a9c2..1f12f44 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -82,9 +82,9 @@ jobs: - name: 📎 Validate JSON Files run: | cd constants - for file in ./[!_schema.json]*; do jsonschema -i $file _schema.json; done + for file in ./[!_]*; do jsonschema -i $file _schema.json; done cd .. cd tips - for file in ./[!_schema.json]*; do jsonschema -i $file _schema.json; done + for file in ./[!_]*; do jsonschema -i $file _schema.json; done cd ..