From 47f4cc8548bcd660deeb792476ab0138b8eeff62 Mon Sep 17 00:00:00 2001 From: lotyp Date: Sun, 12 May 2024 12:49:02 +0300 Subject: [PATCH] ci: use cs:fix instead of cs:diff --- .github/workflows/lint-php-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-php-files.yml b/.github/workflows/lint-php-files.yml index eb2c5a76..51053b39 100644 --- a/.github/workflows/lint-php-files.yml +++ b/.github/workflows/lint-php-files.yml @@ -71,7 +71,7 @@ jobs: run: make prepare - name: 🚨 Run coding standards task - run: composer cs:diff + run: composer cs:fix env: PHP_CS_FIXER_IGNORE_ENV: true