Remove lint before PHP setup on GitHub actions workflow
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
9f3bd5bfb9
commit
82585a1989
2
.github/workflows/lint-and-analyse-php.yml
vendored
2
.github/workflows/lint-and-analyse-php.yml
vendored
@ -39,8 +39,6 @@ jobs:
|
||||
if: "!contains(github.event.head_commit.message, '[ci skip]')"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Lint PHP files
|
||||
run: ./test/ci-phplint
|
||||
- name: Use php 7.1
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user