rainbowBot/.gitthub/workflows/syntax.yml
2021-08-16 23:37:08 +02:00

13 lines
211 B
YAML

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'