Skip to content

Commit

Permalink
Annotate phpstan findings
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Oct 14, 2023
1 parent 9a5cc01 commit d94f568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/back-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d94f568

Please sign in to comment.