From d374c9e07c7d1d4e6099a94046f74e6cde7562cd Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Thu, 28 Mar 2024 00:08:12 +0300 Subject: [PATCH] Changed the order of calling commands --- .github/workflows/code-style.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index b2b9da0..4305276 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -65,8 +65,8 @@ jobs: - name: Fix the code-style run: | - codestyle codestyle dependabot + codestyle composer normalize composer thanks diff --git a/README.md b/README.md index 6831a83..0512f33 100644 --- a/README.md +++ b/README.md @@ -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