Skip to content

Commit

Permalink
qa: validate composer configuration with strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
romm committed May 4, 2022
1 parent 9792722 commit f2d9d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
key: phpstan

- name: Checking Composer
run: composer validate
run: composer validate --strict

- name: Creating var directory
run: mkdir -p var/cache
Expand Down

0 comments on commit f2d9d1a

Please sign in to comment.