File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 88
99jobs :
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
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 }}
You can’t perform that action at this time.
0 commit comments