Skip to content

ci: add paths filters to caller workflows (#14) #29

ci: add paths filters to caller workflows (#14)

ci: add paths filters to caller workflows (#14) #29

name: PHP Syntax Check
on:
push:
branches:
- main
paths:
- '**.php'
- .github/workflows/php-syntax-check.yml
pull_request:
branches:
- main
paths:
- '**.php'
- .github/workflows/php-syntax-check.yml
jobs:
php-syntax-check:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.2
with:
name: PHP Syntax Check
run: composer php-lint
install-deps: false