From 1b630308b5cab7230fd6c7271a920ef8d34fdf1a Mon Sep 17 00:00:00 2001 From: Chris Vancoillie Date: Thu, 20 Apr 2023 14:01:21 +0200 Subject: [PATCH] Delete check-php-syntax-errors.yml --- .github/workflows/check-php-syntax-errors.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/check-php-syntax-errors.yml diff --git a/.github/workflows/check-php-syntax-errors.yml b/.github/workflows/check-php-syntax-errors.yml deleted file mode 100644 index d383267..0000000 --- a/.github/workflows/check-php-syntax-errors.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: PHP syntax - -on: - push: - branches: [ master ] - pull_request: - branches: [ master ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@master - - name: Checking PHP syntax error - uses: overtrue/phplint@master - with: - path: . - options: --exclude=*.log