Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 2912bd7

Browse files
committed
Updated github actions
1 parent 7f0c305 commit 2912bd7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/phpcs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717

1818
- name: Validate composer.json and composer.lock
1919
run: composer validate
20+
21+
- name: Config composer
22+
run: composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
2023

2124
- name: Install dependencies
2225
run: composer install --prefer-dist --no-progress --no-interaction

.github/workflows/phpunit.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- name: Validate composer.json and composer.lock
2626
run: composer validate
2727

28+
- name: Config composer
29+
run: composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
30+
2831
- name: Install dependencies
2932
run: composer install --prefer-dist --no-progress --no-interaction
3033

0 commit comments

Comments
 (0)