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 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'