We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43af27a commit f76b5dcCopy full SHA for f76b5dc
.github/workflows/static-analysis.yml
@@ -1,4 +1,4 @@
1
-name: Static Analysis (only informative)
+name: Static Analysis
2
3
on: [push, pull_request]
4
@@ -15,4 +15,3 @@ jobs:
15
16
- run: composer install --no-progress --prefer-dist
17
- run: composer phpstan -- --no-progress
18
- continue-on-error: true # is only informative
0 commit comments