Skip to content

Commit

Permalink
[PT-1550] Add config plugin for sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-pugach-mondu committed Jun 24, 2024
1 parent a24ddcd commit efe8971
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
php-version: '8.1'
tools: composer

- name: Configure Composer allow-plugins
run: composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true

- name: Install dependencies
run: composer install

Expand Down

0 comments on commit efe8971

Please sign in to comment.