diff --git a/.github/workflows/back-end.yml b/.github/workflows/back-end.yml index bbf0080d..e8168232 100644 --- a/.github/workflows/back-end.yml +++ b/.github/workflows/back-end.yml @@ -137,7 +137,7 @@ jobs: ! git grep --line-number -e '\$this\s*->\s*\$this' -- ':!:*/back-end\.yml' - name: "Perform static analysis" - run: "true TODO || composer exec -- phpstan analyze --level=5 src/" + run: "composer exec -- phpstan analyze --level=5 src/ || true 'Annotate only'" coding_standards: name: "4️⃣ Coding Standards"