Skip to content

Commit

Permalink
Add Phpstan Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Apr 1, 2024
1 parent 5ad692d commit c60e535
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: PHPStan

on:
push

jobs:
phpstan:
uses: stefanzweifel/reusable-workflows/.github/workflows/phpstan.yml@main
with:
php_version: '8.3'

0 comments on commit c60e535

Please sign in to comment.