Skip to content

temp: move out tests #8

temp: move out tests

temp: move out tests #8

Workflow file for this run

on:
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'phpstan.neon'
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'CHANGELOG.md'
- '.gitignore'
- '.gitattributes'
- 'phpstan.neon'
branches:
- main
name: static analysis
jobs:
phpstan:
uses: a50dev/actions/.github/workflows/phpstan.yml@main
with:
os: >-
['ubuntu-latest']
php: >-
['8.2']