Skip to content

Commit

Permalink
fix: phpstan error
Browse files Browse the repository at this point in the history
  • Loading branch information
maratsh committed Dec 19, 2024
1 parent fceac52 commit 6679c42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ jobs:
with:
path: .
options: --exclude=vendor

- name: create empty .env file.
run: echo "" > tests/Helpers/.env

- uses: php-actions/phpstan@v3
with:
path: src/AuthProvider,src/Common
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6679c42

Please sign in to comment.