Skip to content

Commit

Permalink
Added installation of skipped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Mar 27, 2024
1 parent 26869ff commit 788ea21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,19 @@ jobs:
coverage: none

- name: Install dependency
run: composer global require dragon-code/codestyler
run: |
composer global require dragon-code/codestyler
composer global require ergebnis/composer-normalize
composer global require symfony/thanks
- name: Fix the code-style
run: |
codestyle
codestyle dependabot
codestyle normalize
composer thanks
- name: Create a Pull Request
uses: peter-evans/create-pull-request@v6
with:
Expand Down

0 comments on commit 788ea21

Please sign in to comment.