We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad19c94 commit 830e5f1Copy full SHA for 830e5f1
.github/workflows/php-lint.yml
@@ -11,7 +11,8 @@ jobs:
11
12
- name: Install dependencies
13
run: |
14
- composer install --dev --prefer-dist --no-progress --no-suggest
15
- composer require --dev staabm/annotate-pull-request-from-checkstyle
+ composer install --dev --prefer-dist --no-progress --no-suggest --no-scripts
+ composer require --dev staabm/annotate-pull-request-from-checkstyle --no-scripts
16
+
17
- name: Run phpcs
18
run: ./vendor/bin/phpcs -q --report=checkstyle | ./vendor/bin/cs2pr --graceful-warnings
0 commit comments