We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lib
node_modules
1 parent 510df67 commit 0cb7959Copy full SHA for 0cb7959
.github/workflows/continuous-integration.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
if [[ -f "vendor/bin/parallel-lint" ]]; then
71
echo -e "\033[0;33mExecuting PHP Parallel Lint...\033[0m"
72
- vendor/bin/parallel-lint --colors --exclude ./vendor/ --no-progress .
+ vendor/bin/parallel-lint --colors --exclude ./lib/ --exclude ./node_modules/ --exclude ./vendor/ --no-progress .
73
else
74
echo -e "\033[PHP Parallel Lint execution skipped.\033[0m"
75
fi
0 commit comments