Skip to content

Merge pull request #13 from clebsonsh/feat/add-support-to-handler-has… #38

Merge pull request #13 from clebsonsh/feat/add-support-to-handler-has…

Merge pull request #13 from clebsonsh/feat/add-support-to-handler-has… #38

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "*" ]
permissions:
contents: read
pull-requests: write
jobs:
pint:
uses: clebsonsh/ci/.github/workflows/pint.yml@main
with:
STOP_ON_ERROR: true
phpstan:
uses: clebsonsh/ci/.github/workflows/php-stan.yml@main
with:
PHP_STAN_LEVEL: 9
PHP_STAN_FOLDERS: "app public infra"
STOP_ON_ERROR: true
pest:
uses: clebsonsh/ci/.github/workflows/pest.yml@main
with:
STOP_ON_ERROR: true