You've already forked wc-licensed-product
Skip lock file check in composer validation
Some checks failed
Create Release Package / build-release (push) Failing after 1m7s
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user