Skip to content

Commit dc12ca4

Browse files
Merge pull request #9113 from Sesquipedalian/3.0/php-cs-fixer
Improves PHP-CS-Fixer workflow
2 parents f37fdc4 + 4199bf4 commit dc12ca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88

99
jobs:
1010
php-cs-fixer:
11-
name: PHP-CS-Fixer
11+
name: Code standard compliance check
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #4.2.2
1515

1616
- name: Get changed files
1717
id: changed-files
18-
uses: tj-actions/changed-files@v46
18+
uses: tj-actions/changed-files@8cba46e29c11878d930bca7870bb54394d3e8b21
1919

2020
- name: Get extra arguments for PHP-CS-Fixer
2121
id: phpcs-intersection
@@ -29,4 +29,4 @@ jobs:
2929
- name: PHP-CS-Fixer
3030
uses: docker://oskarstark/php-cs-fixer-ga
3131
with:
32-
args: --config=.php-cs-fixer.dist.php -v --dry-run --stop-on-violation --using-cache=no --quiet --allow-risky=yes ${{ env.PHPCS_EXTRA_ARGS }}
32+
args: --config=.php-cs-fixer.dist.php -v --dry-run --diff --no-ansi --show-progress=none --using-cache=no --allow-risky=yes ${{ env.PHPCS_EXTRA_ARGS }}

0 commit comments

Comments
 (0)