Skip to content

Merge pull request #1 from jsgm/master #11

Merge pull request #1 from jsgm/master

Merge pull request #1 from jsgm/master #11

Workflow file for this run

name: Building
on:
push:
branches: [ master ]
jobs:
phplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: overtrue/phplint@6.0.0
with:
path: .
options: --exclude=*.log