mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
16 lines
252 B
YAML
16 lines
252 B
YAML
name: PHP Linting
|
|
on:
|
|
pull_request:
|
|
branches: [develop]
|
|
push:
|
|
branches: [develop]
|
|
|
|
jobs:
|
|
phplint:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: overtrue/phplint@8.2
|
|
with:
|
|
path: .
|
|
options: --exclude=*.log
|