Skip to content

Merge branch 'main' of https://github.com/renatonascalves/elasticsear… #10

Merge branch 'main' of https://github.com/renatonascalves/elasticsear…

Merge branch 'main' of https://github.com/renatonascalves/elasticsear… #10

Workflow file for this run

name: Code Quality
on:
push:
branches:
- main
pull_request:
jobs:
composer-phpcs-phpstan:
uses: alleyinteractive/.github/.github/workflows/php-composer-command.yml@main
with:
php: 8.3
command: |
phpcs
phpstan