File tree Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Expand file tree Collapse file tree 2 files changed +17
-15
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
language : php
2
3
dist : trusty
3
4
sudo : required
@@ -35,7 +36,7 @@ install:
35
36
36
37
script :
37
38
- find . -type f -name "*.yml" -print0 | xargs -0 -n1 yamllint
38
- - find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint
39
+ - find . -type f -name "*.json" -print0 | xargs -0 -n1 jsonlint -q
39
40
- gpg --verify ./bin/install.sh.sig
40
41
- shellcheck ./bin/install.sh
41
42
- composer validate
Original file line number Diff line number Diff line change
1
+ ---
1
2
parameters :
2
- git_dir : .
3
- bin_dir : vendor/bin
4
- tasks :
5
- jsonlint :
6
- detect_key_conflicts : true
7
- composer : ~
8
- yamllint : ~
9
- securitychecker : ~
10
- git_conflict : ~
11
- npm_script :
12
- script : " test"
13
- triggered_by : [md]
14
- working_directory : " ./"
15
- is_run_task : true
3
+ git_dir : .
4
+ bin_dir : vendor/bin
5
+ tasks :
6
+ jsonlint :
7
+ detect_key_conflicts : true
8
+ composer : ~
9
+ yamllint : ~
10
+ securitychecker : ~
11
+ git_conflict : ~
12
+ npm_script :
13
+ script : " test"
14
+ triggered_by : [md]
15
+ working_directory : " ./"
16
+ is_run_task : true
You can’t perform that action at this time.
0 commit comments