Files
monica/.github/workflows/static_analysis.yml
T
dependabot[bot]andGitHub 5ef656f601 chore(deps): bump monicahq/workflows from 2 to 4
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>
2025-10-06 02:01:02 +00:00

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