myaac/.github/workflows/phplint.yml
2025-01-13 22:15:48 +01:00

17 lines
284 B
YAML

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@8.2
with:
path: .
options: --exclude=*.log