We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b2210 commit 03354eeCopy full SHA for 03354ee
.github/workflows/test-coding-standards.yml
@@ -56,3 +56,6 @@ jobs:
56
57
- name: Run lint on `system/`, `tests`, `utils/`, and root PHP files
58
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