Skip to content

Commit f76b5dc

Browse files
committed
made static analysis mandatory
1 parent 43af27a commit f76b5dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Static Analysis (only informative)
1+
name: Static Analysis
22

33
on: [push, pull_request]
44

@@ -15,4 +15,3 @@ jobs:
1515

1616
- run: composer install --no-progress --prefer-dist
1717
- run: composer phpstan -- --no-progress
18-
continue-on-error: true # is only informative

0 commit comments

Comments
 (0)