Skip to content

Commit d8b509e

Browse files
authored
Validate PSR namespaces in CI (#3363)
1 parent b5864f4 commit d8b509e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coding-standards.yml

Lines changed: 3 additions & 0 deletions
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)