@@ -4,17 +4,22 @@ package-lock.json is valid
4
4
package.json is valid
5
5
dist/schema.json is valid
6
6
skipping due to exclude match: tmp/invalid.json
7
+ skipping due to exclude match: __tests__/acceptance/dev/test2.json
8
+ skipping due to exclude match: __tests__/acceptance/prod/test1.json
9
+ skipping due to exclude match: __tests__/acceptance/staging/code.json
7
10
skipping due to exclude match: __tests__/fixtures/schemas/challenge.json
8
11
skipping due to exclude match: __tests__/fixtures/schemas/schema1.json
9
12
skipping due to exclude match: __tests__/fixtures/schemas/schema2.json
10
13
skipping due to exclude match: __tests__/fixtures/json/invalid/json1.json
11
14
skipping due to exclude match: __tests__/fixtures/json/invalid/skip-bad.json
15
+ skipping due to exclude match: __tests__/fixtures/json/valid/json1.json
12
16
skipping due to exclude match: __tests__/fixtures/json/mixture/json1.json
13
17
skipping due to exclude match: __tests__/fixtures/json/mixture/json2.json
14
- skipping due to exclude match: __tests__/fixtures/json/valid/json1.json
15
18
skipping due to exclude match: __tests__/fixtures/yaml_as_json/mixture/good-json.json
16
19
skipping due to exclude match: __tests__/fixtures/yaml_as_json/mixture/invalid-json.json
17
20
skipping due to exclude match: __tests__/fixtures/json/project_dir/schemas/schema.json
21
+ skipping due to exclude match: __tests__/fixtures/json/with_yaml/first/test1.json
22
+ skipping due to exclude match: __tests__/fixtures/json/with_yaml/second/test2.json
18
23
skipping due to exclude match: __tests__/fixtures/json/project_dir/data/config/json1.json
19
24
skipping due to exclude match: __tests__/fixtures/json/project_dir/data/config/.github_mock_dir/json2.json
20
25
action.yml is valid
@@ -25,20 +30,28 @@ skipping due to exclude match: tmp/invalid.yaml
25
30
.github/workflows/lint.yml is valid
26
31
.github/workflows/package-check.yml is valid
27
32
.github/workflows/test.yml is valid
33
+ .github/workflows/update-latest-release-tag.yml is valid
34
+ skipping due to exclude match: __tests__/acceptance/staging/test1.yml
35
+ skipping due to exclude match: __tests__/acceptance/prod/deployment.yml
36
+ skipping due to exclude match: __tests__/acceptance/prod/test1.yml
28
37
skipping due to exclude match: __tests__/fixtures/schemas/schema1.yaml
29
38
skipping due to exclude match: __tests__/fixtures/schemas/schema2.yml
30
39
skipping due to exclude match: __tests__/fixtures/real_world/challenges/challenge.yml
40
+ skipping due to exclude match: __tests__/fixtures/yaml_as_json/invalid/yaml1.yaml
41
+ skipping due to exclude match: __tests__/fixtures/yaml_as_json/valid/yaml1.yaml
42
+ skipping due to exclude match: __tests__/fixtures/yaml_as_json/mixture/yaml1.yaml
43
+ skipping due to exclude match: __tests__/fixtures/yaml_as_json/mixture/yaml2.yml
31
44
skipping due to exclude match: __tests__/fixtures/yaml/invalid/skip-bad.yaml
32
45
skipping due to exclude match: __tests__/fixtures/yaml/invalid/yaml1.yaml
33
46
skipping due to exclude match: __tests__/fixtures/yaml/mixture/yaml1.yaml
34
47
skipping due to exclude match: __tests__/fixtures/yaml/mixture/yaml2.yml
48
+ skipping due to exclude match: __tests__/fixtures/yaml/multiple/invalid.yaml
49
+ skipping due to exclude match: __tests__/fixtures/yaml/multiple/yaml1.yaml
35
50
skipping due to exclude match: __tests__/fixtures/yaml/valid/yaml1.yaml
36
- skipping due to exclude match: __tests__/fixtures/yaml_as_json/invalid/yaml1.yaml
37
- skipping due to exclude match: __tests__/fixtures/yaml_as_json/mixture/yaml1.yaml
38
- skipping due to exclude match: __tests__/fixtures/yaml_as_json/mixture/yaml2.yml
39
- skipping due to exclude match: __tests__/fixtures/yaml_as_json/valid/yaml1.yaml
51
+ skipping due to exclude match: __tests__/fixtures/json/with_yaml/first/test1.yml
52
+ skipping due to exclude match: __tests__/fixtures/json/with_yaml/second/test2.yml
40
53
skipping due to exclude match: __tests__/fixtures/yaml/project_dir/schemas/schema.yml
41
- skipping due to exclude match: __tests__/fixtures/yaml/project_dir/data/.github_mock_dir/config.yml
42
54
skipping due to exclude match: __tests__/fixtures/yaml/project_dir/data/config/config.yml
55
+ skipping due to exclude match: __tests__/fixtures/yaml/project_dir/data/.github_mock_dir/config.yml
43
56
✅ all 5 detected JSON files are valid
44
- ✅ all 7 detected YAML files are valid
57
+ ✅ all 8 detected YAML files are valid
0 commit comments