Skip to content
This repository was archived by the owner on Jul 6, 2026. It is now read-only.

Merge branch 'main' of https://github.com/amdad121/guard-laravel #86

Merge branch 'main' of https://github.com/amdad121/guard-laravel

Merge branch 'main' of https://github.com/amdad121/guard-laravel #86

Workflow file for this run

name: PHPStan
on:
push:
paths:
- "**.php"
- "phpstan.neon"
- ".github/workflows/phpstan.yml"
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.2"
coverage: none
- name: Install composer dependencies
uses: ramsey/composer-install@v3
- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github