Skip to content

Commit

Permalink
[TASK] Remove normalize, cleanup validate
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Nov 21, 2024
1 parent eff9204 commit 1d808d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: composer install --prefer-dist --ansi --no-interaction --no-progress

- name: Validate composer.json
run: composer ci:composer:validate
run: composer validate --strict

json_lint:
name: JSON Lint
Expand Down
7 changes: 0 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,6 @@
"@ci:static",
"@ci:dynamic"
],
"ci:composer": [
"@ci:composer:validate",
"@ci:composer:normalize"
],
"ci:composer:normalize": "@composer normalize --dry-run",
"ci:composer:validate": "@composer validate --strict",
"ci:dynamic": [
"@ci:tests"
],
Expand All @@ -211,7 +205,6 @@
"ci:php:sniff": "@php phpcs --standard=PSR12 src tests || true",
"ci:php:stan": "@php phpstan analyse --no-progress",
"ci:static": [
"@ci:composer",
"@ci:json:lint",
"@ci:yaml:lint",
"@ci:php"
Expand Down

0 comments on commit 1d808d4

Please sign in to comment.