rainbowBot/.gitthub/workflows/syntax.yml

13 lines
211 B
YAML
Raw Normal View History

2021-08-16 23:37:08 +02:00
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'