Create syntax.yml
This commit is contained in:
parent
05e5337fee
commit
d56be0e262
12
.gitthub/workflows/syntax.yml
Normal file
12
.gitthub/workflows/syntax.yml
Normal 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'
|
Loading…
Reference in New Issue
Block a user