Skip to content

Commit b20ba97

Browse files
committed
Typo
1 parent 4cdeda4 commit b20ba97

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
@@ -16,7 +16,7 @@ jobs:
1616
- name: Show the phpstan version
1717
run: webapp/vendor/phpstan/phpstan/phpstan --version
1818
- name: Run PHPStan in the classic way
19-
run: /webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon
19+
run: webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon
2020
- uses: php-actions/phpstan@v3
2121
with:
2222
configuration: webapp/phpstan.dist.neon

0 commit comments

Comments
 (0)