Skip to content

Commit

Permalink
Merge pull request #230 from TheDragonCode/4.x
Browse files Browse the repository at this point in the history
Changed the order of calling commands
  • Loading branch information
andrey-helldar committed Mar 27, 2024
2 parents 287decf + d374c9e commit e7e36dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-style.yml
Expand Up @@ -65,8 +65,8 @@ jobs:
- name: Fix the code-style
run: |
codestyle
codestyle dependabot
codestyle
composer normalize
composer thanks
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -239,12 +239,12 @@ jobs:
# Creates or updates the `dependabot.yml` file for GitHub Actions.
codestyle dependabot
# Provides a composer plugin for normalizing `composer.json`.
composer normalize
# The main script for fixing the project code style
codestyle
# Provides a composer plugin for normalizing `composer.json`.
composer normalize
# The easiest and free way to say “thank you” to the developers whose packages
you use is to “star” the GitHub repository.
# See more at https://github.com/symfony/thanks
Expand Down

0 comments on commit e7e36dc

Please sign in to comment.