Skip to content

Commit

Permalink
Remove windows directory separator
Browse files Browse the repository at this point in the history
  • Loading branch information
samayo authored Feb 12, 2024
1 parent d1e20ef commit 3386e20
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 .\src\Security\Session.php
run: vendor/bin/phpcs ./src/Security/Session.php

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

0 comments on commit 3386e20

Please sign in to comment.