Skip to content

Commit 8f6929b

Browse files
committed
Still on QA
1 parent b8f3f18 commit 8f6929b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
- name: Check syntax error in sources
6060
if: ${{ (matrix.deps-mode == 'highest') }}
61-
run: parallel-lint ./src/ ./tests/src/ ./tests/cases/ --checkstyle | cs2pr
61+
run: parallel-lint ./Inpsyde/ ./tests/src/ ./tests/cases/ --checkstyle | cs2pr
6262

6363
- name: Remove Psalm before tests to prevent installation conflicts
6464
run: composer remove vimeo/psalm --no-update

0 commit comments

Comments
 (0)