From 852ab889060b96bf834cc1c4736bf54d609fe61e Mon Sep 17 00:00:00 2001 From: lotyp Date: Sun, 12 May 2024 14:30:14 +0300 Subject: [PATCH] ci(php-cs-fixer): set deault name for config --- .github/workflows/lint-php-files.yml | 4 ++-- .github/workflows/static-analysis.yml | 4 ++-- .php-cs-fixer.php.dist => .php-cs-fixer.dist.php | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename .php-cs-fixer.php.dist => .php-cs-fixer.dist.php (100%) diff --git a/.github/workflows/lint-php-files.yml b/.github/workflows/lint-php-files.yml index 1f625a6c..e00b1897 100644 --- a/.github/workflows/lint-php-files.yml +++ b/.github/workflows/lint-php-files.yml @@ -6,13 +6,13 @@ on: # yamllint disable-line rule:truthy - 'src/**' - 'tests/**' - 'bin/trap' - - '.php-cs-fixer.php.dist' + - '.php-cs-fixer.dist.php' push: paths: - 'src/**' - 'tests/**' - 'bin/trap' - - '.php-cs-fixer.php.dist' + - '.php-cs-fixer.dist.php' name: ๐Ÿงน Fix PHP coding standards diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 2f61f0f1..9a505e34 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -6,13 +6,13 @@ on: # yamllint disable-line rule:truthy - 'src/**' - 'tests/**' - 'bin/trap' - - '.php-cs-fixer.php.dist' + - '.php-cs-fixer.dist.php' push: paths: - 'src/**' - 'tests/**' - 'bin/trap' - - '.php-cs-fixer.php.dist' + - '.php-cs-fixer.dist.php' name: ๐Ÿ” Static analysis diff --git a/.php-cs-fixer.php.dist b/.php-cs-fixer.dist.php similarity index 100% rename from .php-cs-fixer.php.dist rename to .php-cs-fixer.dist.php