Update syntax.yml
This commit is contained in:
parent
5ba1b6e5d3
commit
bd1fab136a
|
@ -1,12 +1,8 @@
|
||||||
name: Check PHP Syntax
|
name: PHP Linting
|
||||||
on:
|
on: pull_request
|
||||||
push:
|
|
||||||
paths:
|
|
||||||
- './src'
|
|
||||||
jobs:
|
jobs:
|
||||||
build_latex:
|
phplint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: PHP Syntax Checker (Lint)
|
- uses: actions/checkout@v1
|
||||||
uses: StephaneBour/actions-php-lint@7.3
|
- uses: michaelw90/PHP-Lint@master
|
||||||
with:
|
|
||||||
dir: './src'
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user