Skip to content

wip

wip #8

Workflow file for this run

---
name: CI
on:
push:
branches: ["main"]
jobs:
static:
name: Static Check
uses: kilip/gh-php-common/.github/workflows/static-check.yaml@main
with:
php_version: 8.3
commitlint: true
phpstan: true
phpcsfixer: true
secrets: inherit
phpunit:
name: PHPUnit
uses: kilip/gh-php-common/.github/workflows/phpunit.yaml@main
secrets: inherit