Use overtrue/phplint@8.2 for phplint

This commit is contained in:
slawkens 2023-03-31 10:17:21 +02:00
parent 955f437e6c
commit e21a741a78

View File

@ -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