Skip to content

feat: add ConfigService and GlobalsRegistrar helpers #14

feat: add ConfigService and GlobalsRegistrar helpers

feat: add ConfigService and GlobalsRegistrar helpers #14

name: PHP Syntax Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
php-syntax-check:
name: PHP Syntax Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: json, curl
coverage: none
tools: composer:v2
- name: PHP Syntax Check
run: composer php-lint