Skip to content

Merge branch 'refactor/code-quality' of github.com:Tschucki/pr0p0ll i… #4

Merge branch 'refactor/code-quality' of github.com:Tschucki/pr0p0ll i…

Merge branch 'refactor/code-quality' of github.com:Tschucki/pr0p0ll i… #4

name: Composer Validate
on:
push:
branches:
- 'refactor/code-quality'
jobs:
composer_validate:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Install Composer
uses: php-actions/composer@v6
with:
php_extensions: intl zip
version: 2.x
- name: Validate Composer files
run: composer validate