From f6c080cb5c2e068dbe8dc5881653805d73293cf6 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 31 Mar 2023 10:26:16 +0200 Subject: [PATCH] Add overtrue/phplint@7.4 --- .github/workflows/phplint.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/phplint.yml diff --git a/.github/workflows/phplint.yml b/.github/workflows/phplint.yml new file mode 100644 index 00000000..f62cee0e --- /dev/null +++ b/.github/workflows/phplint.yml @@ -0,0 +1,16 @@ +name: PHP Linting +on: + pull_request: + branches: [master] + push: + branches: [master] + +jobs: + phplint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - uses: overtrue/phplint@7.4 + with: + path: . + options: --exclude=*.log