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 becff8a commit 916f20aCopy full SHA for 916f20a
.github/workflows/static.yml
@@ -4,6 +4,7 @@ name: Static analysis
4
5
jobs:
6
php-cs-fixer:
7
+ name: PHP-CS-Fixer
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@master
@@ -13,10 +14,11 @@ jobs:
13
14
args: php-cs-fixer fix --dry-run --diff-format udiff -vvv
15
16
phpstan:
17
+ name: PHPStan
18
19
20
21
- name: PHPStan
- uses: docker://oskarstark/phpstan-ga
22
+ uses: docker://jakzal/phpqa:php7.3-alpine
23
with:
- args: analyze --no-progress
24
+ args: phpstan analyze --no-progress
0 commit comments