Skip to content

Commit fb255f5

Browse files
committed
made static analysis mandatory
1 parent bf56fe1 commit fb255f5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/static-analysis.yml

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

3-
on:
4-
push:
5-
branches:
6-
- master
3+
on: [push, pull_request]
74

85
jobs:
96
phpstan:
@@ -18,4 +15,3 @@ jobs:
1815

1916
- run: composer install --no-progress --prefer-dist
2017
- run: composer phpstan -- --no-progress
21-
continue-on-error: true # is only informative

0 commit comments

Comments
 (0)