We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f3f18 commit 8f6929bCopy full SHA for 8f6929b
.github/workflows/php-qa.yml
@@ -58,7 +58,7 @@ jobs:
58
59
- name: Check syntax error in sources
60
if: ${{ (matrix.deps-mode == 'highest') }}
61
- run: parallel-lint ./src/ ./tests/src/ ./tests/cases/ --checkstyle | cs2pr
+ run: parallel-lint ./Inpsyde/ ./tests/src/ ./tests/cases/ --checkstyle | cs2pr
62
63
- name: Remove Psalm before tests to prevent installation conflicts
64
run: composer remove vimeo/psalm --no-update
0 commit comments