We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af17965 commit 2b74ba0Copy full SHA for 2b74ba0
1 file changed
.github/workflows/lint.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Install dependencies
23
run: composer install --no-progress --prefer-dist --optimize-autoloader
24
25
+ - name: Validate composer.json
26
+ run: composer validate
27
+
28
- name: Lint with php-cs-fixer
29
run: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
30
0 commit comments