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
|
name: PHP Linting
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master, develop]
|
branches: [develop]
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [develop]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
phplint:
|
phplint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: overtrue/phplint@8.2
|
||||||
- uses: michaelw90/PHP-Lint@master
|
with:
|
||||||
|
path: .
|
||||||
|
options: --exclude=*.log
|
||||||
|
Loading…
x
Reference in New Issue
Block a user