Bumps [monicahq/workflows](https://github.com/monicahq/workflows) from 2 to 4. - [Release notes](https://github.com/monicahq/workflows/releases) - [Changelog](https://github.com/monicahq/workflows/blob/main/.releaserc) - [Commits](https://github.com/monicahq/workflows/compare/v2...v4) --- updated-dependencies: - dependency-name: monicahq/workflows dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
319 B
YAML
18 lines
319 B
YAML
name: Static analysis
|
|
|
|
on:
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
concurrency:
|
|
group: Static ${{ github.ref }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
statics:
|
|
name: Static analysis
|
|
uses: monicahq/workflows/.github/workflows/static.yml@v4
|
|
with:
|
|
php-version: 8.3
|
|
with: phpstan
|