We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 88da0cc + 0eca40a commit e00f3dbCopy full SHA for e00f3db
1 file changed
.github/workflows/php-quality-checks.yml
@@ -504,8 +504,8 @@ jobs:
504
echo "🎨 Running PHP CodeSniffer (${INPUTS_CODING_STANDARD} standard)..."
505
506
# Check for custom check-style script first (unless use-custom-config is set)
507
- if [ "${{ inputs.use-custom-config }}" == "false" ]
508
- && composer run-script --list | grep -q "check-style"; then
+ if [ "${{ inputs.use-custom-config }}" == "false" ] && \
+ composer run-script --list | grep -q "check-style"; then
509
echo "✅ Using composer check-style script"
510
composer run-script check-style
511
elif [ "${NEEDS_INSTALL_OUTPUTS_HAS_PHPCS_CONFIG}" = "true" ]; then
0 commit comments