Skip to content

Commit f9e6dc5

Browse files
authored
Merge pull request #100 from Dealerdirect/feature/tweak-github-actions-script
GH Actions: minor tweaks:
2 parents 8bcaa7c + 3651c28 commit f9e6dc5

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/linting.yaml

+2-11
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-18.04
2121
steps:
2222
- uses: actions/checkout@v1
23-
- name: Lint php
23+
- name: Lint json
2424
uses: "docker://pipelinecomponents/jsonlint:latest"
2525
with:
2626
args: "find . -not -path './.git/*' -name '*.json' -type f -exec jsonlint --quiet {} ;"
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-18.04
3737
steps:
3838
- 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
4040
uses: pipeline-components/php-codesniffer@master
4141

4242
lint-remark:
@@ -45,12 +45,3 @@ jobs:
4545
- uses: actions/checkout@v1
4646
- name: Check markdown
4747
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"

0 commit comments

Comments
 (0)