Skip to content

Commit 830e5f1

Browse files
committed
~ Updated GitHub PHPCS workflow to skip scripts
1 parent ad19c94 commit 830e5f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/php-lint.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111

1212
- name: Install dependencies
1313
run: |
14-
composer install --dev --prefer-dist --no-progress --no-suggest
15-
composer require --dev staabm/annotate-pull-request-from-checkstyle
14+
composer install --dev --prefer-dist --no-progress --no-suggest --no-scripts
15+
composer require --dev staabm/annotate-pull-request-from-checkstyle --no-scripts
16+
1617
- name: Run phpcs
1718
run: ./vendor/bin/phpcs -q --report=checkstyle | ./vendor/bin/cs2pr --graceful-warnings

0 commit comments

Comments
 (0)