Skip to content

Commit

Permalink
feat: configure phpstant
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Dec 19, 2024
1 parent 7f2b67d commit fceac52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ jobs:
options: --exclude=vendor
- uses: php-actions/phpstan@v3
with:
path: src/
path: src/AuthProvider,src/Common
level: 5
memory_limit: 2048m

0 comments on commit fceac52

Please sign in to comment.