Skip to content

Commit

Permalink
Set Composer config option correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
raikasdev authored Oct 11, 2023
1 parent 03555d7 commit 8af4f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Set up PHPCS and WordPress-Coding-Standards
run: |
composer global require --dev dealerdirect/phpcodesniffer-composer-installer
composer global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
composer global require --dev phpcsstandards/phpcsextra:"^1.1.0"
composer global require phpcsstandards/phpcsutils:"^1.0"
composer global require --dev wp-coding-standards/wpcs:"^3.0"
Expand Down

0 comments on commit 8af4f39

Please sign in to comment.