From 33334c809f0d2a6138e488b8ca381c610cd10c87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Tamarelle?= Date: Thu, 17 Apr 2025 16:44:17 +0200 Subject: [PATCH] Validate PSR namespaces in CI --- .github/workflows/coding-standards.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 068415f37..a2211312e 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -53,6 +53,9 @@ jobs: with: composer-options: "--no-suggest" + - name: "Validate PSR class names" + run: "composer dump-autoload --optimize --strict-psr" + - name: "Format the code" continue-on-error: true run: |