Skip to content

Commit 07daa92

Browse files
committed
chore: update test-coding-standards.yml for .php-cs-fixer.tests.php
1 parent 299bb8b commit 07daa92

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-coding-standards.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ jobs:
6060
- name: Run lint on `app/`, `admin/`, `public/`
6161
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.no-header.php --using-cache=no --diff
6262

63-
- name: Run lint on `system/`, `tests`, `utils/`, and root PHP files
63+
- name: Run lint on `system/`, `utils/`, and root PHP files
6464
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --using-cache=no --diff
6565

66+
- name: Run lint on `tests`
67+
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.tests.php --using-cache=no --diff
68+
6669
- name: Run lint on `user_guide_src/source/`
6770
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.php-cs-fixer.user-guide.php --using-cache=no --diff

0 commit comments

Comments
 (0)