Skip to content

Commit

Permalink
Use overtrue/phplint@8.2 for phplint
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Mar 31, 2023
1 parent 955f437 commit e21a741
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/phplint.yml
@@ -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

0 comments on commit e21a741

Please sign in to comment.