Skip to content

Commit

Permalink
ISSUE #4: JSON validation enabled.
Browse files Browse the repository at this point in the history
+ Tests
  • Loading branch information
lyubick committed Jun 19, 2023
1 parent ff67e8e commit 8aafc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/self-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
pip install -r requirements-test.txt
pytest test/ -rxXs
- name: Check YAML files inside directory
uses: ./action.yaml
uses: ./
continue-on-error: true
with:
json-schema-file: test/schema/json_schema.json
yaml-file-dir: test/YAMLs/
- name: Check JSON files inside directory
uses: ./action.yaml
uses: ./
continue-on-error: true
with:
json-schema-file: test/schema/json_schema.json
Expand Down

0 comments on commit 8aafc68

Please sign in to comment.