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.
custom formats
1 parent 5f5b452 commit 2a6b408Copy full SHA for 2a6b408
.github/workflows/acceptance-test.yml
@@ -46,6 +46,18 @@ jobs:
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
+ json_schema: ./__tests__/fixtures/schemas/schema_with_custom_ajv_regexp_format.json
55
+ ajv_custom_regexp_formats: |
56
+ lowercase_char=^[a-z]*$
57
+ lowercase_alphanumeric=^[a-z0-9]*$
58
+ files: |
59
+ __tests__/fixtures/json/custom_ajv_regexp_format/valid.json
60
+
61
- name: acceptance test - flat yaml
62
uses: ./
63
id: json-yaml-validate-flat-yaml-test
0 commit comments