Skip to content

Commit

Permalink
Provide Github workflow correct path of code
Browse files Browse the repository at this point in the history
  • Loading branch information
samayo authored Feb 12, 2024
1 parent dabe6fd commit d1e20ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: composer install --prefer-dist --no-progress --no-interaction --dev

- name: Run PHPCS
run: vendor/bin/phpcs
run: vendor/bin/phpcs .\src\Security\Session.php

- name: Run PHPStan
run: vendor/bin/phpstan analyze
run: vendor/bin/phpstan analyze .\src\Security\Session.php

0 comments on commit d1e20ef

Please sign in to comment.