Skip to content

Commit

Permalink
Install dependencies before running normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Sep 6, 2022
1 parent 7857a65 commit 1223d90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
with:
php-version: 8.1

- name: Install dependencies
run: composer install --no-scripts

- name: Run composer normalize
run: composer normalize --no-update-lock --diff --dry-run

Expand Down

0 comments on commit 1223d90

Please sign in to comment.