File tree 1 file changed +2
-11
lines changed
1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-18.04
21
21
steps :
22
22
- uses : actions/checkout@v1
23
- - name : Lint php
23
+ - name : Lint json
24
24
uses : " docker://pipelinecomponents/jsonlint:latest"
25
25
with :
26
26
args : " find . -not -path './.git/*' -name '*.json' -type f -exec jsonlint --quiet {} ;"
36
36
runs-on : ubuntu-18.04
37
37
steps :
38
38
- uses : actions/checkout@v1
39
- - name : Check php composer for security issues
39
+ - name : Check php for code style and php cross-version compatibility issues
40
40
uses : pipeline-components/php-codesniffer@master
41
41
42
42
lint-remark :
45
45
- uses : actions/checkout@v1
46
46
- name : Check markdown
47
47
uses : pipeline-components/remark-lint@master
48
-
49
- php-compitibility :
50
- runs-on : ubuntu-18.04
51
- steps :
52
- - uses : actions/checkout@v1
53
- - name : Check php compatibility
54
- uses : pipeline-components/php-codesniffer@master
55
- with :
56
- options : " -s -p --colors --extensions=php --standard=PHPCompatibility --runtime-set testVersion 5.3-7.4"
You can’t perform that action at this time.
0 commit comments