Skip to content

Merge pull request #626 from CyanFox/rename-org #109

Merge pull request #626 from CyanFox/rename-org

Merge pull request #626 from CyanFox/rename-org #109

Workflow file for this run

name: PHPStan
on:
push:
pull_request:
branches:
- v4-develop
- v4
workflow_dispatch:
jobs:
phpstan:
name: phpstan
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v3
- name: Run PHPStan
run: mkdir modules && ./vendor/bin/phpstan --error-format=github