Skip to content

Commit a0a0a8d

Browse files
committed
Update lint.yml
1 parent f72e337 commit a0a0a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- shell: php {0}
5757
run: |
5858
<?php
59-
unlink('phpstan-src/vendor/php-parallel-lint/php-parallel-lint/src/Settings.php');
59+
unlink('vendor/php-parallel-lint/php-parallel-lint/src/Settings.php');
6060
copy('Settings.php', 'vendor/php-parallel-lint/php-parallel-lint/src/Settings.php');
6161
6262
- name: "Lint"

0 commit comments

Comments
 (0)