File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
needs :
10
10
- lint-yaml
11
+ - lint-json
11
12
outputs :
12
13
version : ${{ steps.supported-versions-matrix.outputs.version }}
13
14
steps :
37
38
composer : [lowest, current, highest]
38
39
needs :
39
40
- lint-yaml
41
+ - lint-json
40
42
- supported-versions-matrix
41
43
runs-on : ubuntu-latest
42
44
container :
66
68
check : ${{ fromJson(needs.supported-checks-matrix.outputs.check) }}
67
69
needs :
68
70
- lint-yaml
71
+ - lint-json
69
72
- composer-install
70
73
- supported-checks-matrix
71
74
- supported-versions-matrix
@@ -100,6 +103,7 @@ jobs:
100
103
runs-on : ubuntu-latest
101
104
needs :
102
105
- lint-yaml
106
+ - lint-json
103
107
steps :
104
108
- name : Checkout
105
109
uses : actions/checkout@v2
@@ -142,10 +146,19 @@ jobs:
142
146
line-length: disable
143
147
document-start: disable
144
148
truthy: disable
149
+ lint-json :
150
+ runs-on : ubuntu-latest
151
+ steps :
152
+ - uses : actions/checkout@v1
153
+ - name : json-syntax-check
154
+ uses : limitusus/json-syntax-check@v1
155
+ with :
156
+ pattern : " \\ .json$"
145
157
check-mark :
146
158
name : ✔️
147
159
needs :
148
160
- lint-yaml
161
+ - lint-json
149
162
- qa
150
163
- qodana
151
164
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments