From 82585a1989c8d005c0830608403be6419cff4904 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 4 Mar 2021 23:45:13 +0100 Subject: [PATCH] Remove lint before PHP setup on GitHub actions workflow Signed-off-by: William Desportes --- .github/workflows/lint-and-analyse-php.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/lint-and-analyse-php.yml b/.github/workflows/lint-and-analyse-php.yml index 43ee57fb38..3b7a403a0a 100644 --- a/.github/workflows/lint-and-analyse-php.yml +++ b/.github/workflows/lint-and-analyse-php.yml @@ -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: