From e7d2176ca2f717995893b6288fae3585ec27c9c4 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Wed, 27 Mar 2024 23:53:24 +0300 Subject: [PATCH] Fixed normalizer call --- .github/workflows/code-style.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 7666184..3c7d43b 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -61,8 +61,8 @@ jobs: run: | codestyle codestyle dependabot - codestyle normalize + composer normalize composer thanks - name: Create a Pull Request diff --git a/README.md b/README.md index b2ca2f9..fc02a45 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,7 @@ jobs: codestyle dependabot # Provides a composer plugin for normalizing `composer.json`. - composer update && composer normalize + composer normalize # The main script for fixing the project code style codestyle