fix(ci): remove extra checks from php-composer (#70)

This commit is contained in:
2025-03-13 21:50:32 +02:00
committed by GitHub
parent acba21a852
commit 85811a09ab
2 changed files with 6 additions and 25 deletions

View File

@@ -238,12 +238,6 @@ runs:
exit 1
fi
# Check for any PHP errors in vendor
find vendor -name "*.php" -type f -exec php -l {} \; > /dev/null
# Verify Composer installation
composer validate --no-check-all --strict
- name: Generate Optimized Autoloader
if: success()
shell: bash