Skip to content

Commit 33334c8

Browse files
committed
Validate PSR namespaces in CI
1 parent c49a73f commit 33334c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coding-standards.yml

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
with:
5454
composer-options: "--no-suggest"
5555

56+
- name: "Validate PSR class names"
57+
run: "composer dump-autoload --optimize --strict-psr"
58+
5659
- name: "Format the code"
5760
continue-on-error: true
5861
run: |

0 commit comments

Comments
 (0)