From e21a741a7897bdee24fda80784c71748ff0f7a65 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 31 Mar 2023 10:17:21 +0200 Subject: [PATCH] Use overtrue/phplint@8.2 for phplint --- .github/workflows/phplint.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml index a9c0d700..c193b8c6 100644 --- a/.github/workflows/phplint.yml +++ b/.github/workflows/phplint.yml @@ -1,13 +1,15 @@ name: PHP Linting on: pull_request: - branches: [master, develop] + branches: [develop] push: - branches: [master] + branches: [develop] jobs: phplint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - uses: michaelw90/PHP-Lint@master + - uses: overtrue/phplint@8.2 + with: + path: . + options: --exclude=*.log