16 lines
269 B
YAML
16 lines
269 B
YAML
name: Documentation
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
|
|
jobs:
|
|
check_linter:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: CheckLint
|
|
uses: overtrue/phplint@8.0
|
|
with:
|
|
path: .
|
|
options: --exclude=*.log |