Skip to content

PHPStan

PHPStan #97

Workflow file for this run

name: "PHPStan"
on:
pull_request:
workflow_dispatch:
push:
branches: ["*"]
schedule:
- cron: "0 8 * * 1"
jobs:
phpstan:
name: "PHPStan"
uses: contributte/.github/.github/workflows/phpstan.yml@master
with:
php: "8.2"