Skip to content

Commit b5fab98

Browse files
committed
Fixup
1 parent cae71c4 commit b5fab98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- name: Setup composer dependencies
1515
run: .github/jobs/composer_setup.sh
16-
- run: find lib/vendor --name phpstan
16+
- run: find lib/vendor -name phpstan
1717
- name: Show the phpstan version
1818
run: lib/vendor/phpstan/phpstan/phpstan --version
1919
- uses: php-actions/[email protected]

0 commit comments

Comments
 (0)