Update syntax.yml

This commit is contained in:
MatMasIt 2021-08-16 23:56:22 +02:00 committed by GitHub
parent 5ba1b6e5d3
commit bd1fab136a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,8 @@
name: Check PHP Syntax
on:
push:
paths:
- './src'
name: PHP Linting
on: pull_request
jobs:
build_latex:
phplint:
runs-on: ubuntu-latest
steps:
- name: PHP Syntax Checker (Lint)
uses: StephaneBour/actions-php-lint@7.3
with:
dir: './src'
- uses: actions/checkout@v1
- uses: michaelw90/PHP-Lint@master