Skip to content

Commit

Permalink
Add overtrue/phplint@7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Mar 31, 2023
1 parent a983fd0 commit f6c080c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/phplint.yml
@@ -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

0 comments on commit f6c080c

Please sign in to comment.