Skip lock file check in composer validation
Some checks failed
Create Release Package / build-release (push) Failing after 1m7s

--no-check-lock: Skip lock file validation (regenerated during install)
--no-check-all: Only validate schema, not warnings

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-29 22:14:52 +01:00
parent 0758caefc7
commit 601a4f6da2

View File

@@ -30,7 +30,7 @@ jobs:
echo "Building version: $VERSION"
- name: Validate composer.json
run: composer validate
run: composer validate --no-check-lock --no-check-all
- name: Install dependencies
run: composer install --no-dev --optimize-autoloader --prefer-dist