We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c43dd7 commit 602dcb5Copy full SHA for 602dcb5
.github/workflows/acceptance-test.yml
@@ -45,3 +45,16 @@ jobs:
45
files: |
46
__tests__/**/test1.yml
47
__tests__/**/test*.json
48
+
49
+ - name: acceptance test - custom formats
50
+ uses: ./
51
+ id: json-yaml-validate-custom-formats-test
52
+ with:
53
+ comment: "true"
54
+ exclude_file: .github/config/exclude.txt
55
+ json_schema: ./__tests__/fixtures/schemas/schema_with_custom_ajv_regexp_format.json
56
+ ajv_custom_regexp_formats: |
57
+ lowercase_char=^[a-z]*$
58
+ lowercase_alphanumeric=^[a-z0-9]*$
59
+ files: |
60
+ __tests__/fixtures/json/custom_ajv_regexp_format/valid.json
0 commit comments