We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2791c3c commit da7efe5Copy full SHA for da7efe5
.github/workflows/php.yml
@@ -31,5 +31,8 @@ jobs:
31
if: steps.composer-cache.outputs.cache-hit != 'true'
32
run: composer update --prefer-dist --no-progress
33
34
+ - name: Linting
35
+ run: composer lint
36
+
37
- name: Run test suite
38
run: composer test
0 commit comments