Skip to content

Commit

Permalink
adding phpstan GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoman committed Dec 22, 2023
1 parent 09189a6 commit 5eb1e6e
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 @@
on: [push]

jobs:
phpstan:
runs-on: ubuntu-latest
name: PHPStan (php-actions)
steps:
- uses: php-actions/phpstan@v3
with:
path: .

0 comments on commit 5eb1e6e

Please sign in to comment.