Create syntax.yml

This commit is contained in:
MatMasIt 2021-08-16 23:37:08 +02:00 committed by GitHub
parent 05e5337fee
commit d56be0e262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,12 @@
name: Check PHP Syntax
on:
push:
paths:
- './src'
jobs:
build_latex:
steps:
- name: PHP Syntax Checker (Lint)
uses: StephaneBour/actions-php-lint@7.3
with:
dir: './src'