mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Use overtrue/phplint@8.2 for phplint
This commit is contained in:
parent
955f437e6c
commit
e21a741a78
10
.github/workflows/phplint.yml
vendored
10
.github/workflows/phplint.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user