mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
chore: update test-coding-standards.yml for .php-cs-fixer.tests.php
This commit is contained in:
parent
299bb8b9e6
commit
07daa923b1
5
.github/workflows/test-coding-standards.yml
vendored
5
.github/workflows/test-coding-standards.yml
vendored
@ -60,8 +60,11 @@ jobs:
|
||||
- name: Run lint on `app/`, `admin/`, `public/`
|
||||
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.no-header.php --using-cache=no --diff
|
||||
|
||||
- name: Run lint on `system/`, `tests`, `utils/`, and root PHP files
|
||||
- name: Run lint on `system/`, `utils/`, and root PHP files
|
||||
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --using-cache=no --diff
|
||||
|
||||
- name: Run lint on `tests`
|
||||
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.tests.php --using-cache=no --diff
|
||||
|
||||
- name: Run lint on `user_guide_src/source/`
|
||||
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.user-guide.php --using-cache=no --diff
|
||||
|
Loading…
x
Reference in New Issue
Block a user