Skip to content

Commit 03354ee

Browse files
committed
chore: add coding style check for user_guide/ in GitHub Action
1 parent 24b2210 commit 03354ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,6 @@ jobs:
5656

5757
- name: Run lint on `system/`, `tests`, `utils/`, and root PHP files
5858
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --using-cache=no --diff
59+
60+
- name: Run lint on `user_guide_src/source/`
61+
run: vendor/bin/php-cs-fixer fix --verbose --ansi --dry-run --config=.user-guide.php-cs-fixer.dist.php --using-cache=no --diff

0 commit comments

Comments
 (0)