Skip to content

Commit

Permalink
[CI] Remove composer validate --strict
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel committed Mar 16, 2021
1 parent c2ce70f commit 44a46cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ jobs:
(cd tests/Application && bin/console doctrine:database:create -vvv)
(cd tests/Application && bin/console doctrine:schema:create -vvv)
-
name: Validate composer.json
run: composer validate --ansi --strict

-
name: Run PHPStan
run: vendor/bin/phpstan analyse -c phpstan.neon --no-progress src
Expand Down

0 comments on commit 44a46cb

Please sign in to comment.