Skip to content

Bump phpunit/phpunit from 9.6.13 to 9.6.15 #21

Bump phpunit/phpunit from 9.6.13 to 9.6.15

Bump phpunit/phpunit from 9.6.13 to 9.6.15 #21

name: PHP Syntax Checker
on:
pull_request:
push:
branches:
- master
- release
jobs:
php-lint:
name: Check PHP syntax
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check PHP syntax
run: |
find . -name '*.php' -not -path './vendor/*' -exec php -l {} \;