Add overtrue/phplint@7.4

This commit is contained in:
slawkens 2023-03-31 10:26:16 +02:00
parent a983fd03b1
commit f6c080cb5c

16
.github/workflows/phplint.yml vendored Normal file
View File

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