Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
php-version: ${{ matrix.php-version }}
tools: composer:v2

- name: Lint Composer config
run: composer validate --no-check-publish --strict

- name: "Install dependencies"
id: install
run: composer install --ansi --no-interaction --no-progress
Expand Down Expand Up @@ -72,10 +75,6 @@ jobs:
if: always() && steps.install.outcome == 'success'
run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction

- name: Lint Composer config
if: always() && steps.install.outcome == 'success'
run: composer validate --strict

- name: Check if any dependencies are compromised
if: always() && steps.install.outcome == 'success'
run: composer audit
Expand Down
106 changes: 53 additions & 53 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading