File tree Expand file tree Collapse file tree 1 file changed +18
-10
lines changed
Expand file tree Collapse file tree 1 file changed +18
-10
lines changed Original file line number Diff line number Diff line change 1313jobs :
1414 psalm :
1515 name : " Static Analysis"
16- runs-on : ubuntu-latest
16+ runs-on : " ubuntu-latest"
1717
1818 steps :
19- - uses : shivammathur/setup-php@v2
19+ - name : " Checkout"
20+ uses : " actions/checkout@v4"
2021 with :
21- php-version : ' 8.1'
22- - uses : actions/checkout@v2
23- - name : Install Dependencies
24- run : composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
25- - name : Psalm
26- run : vendor/bin/psalm
27- - name : PHPStan
28- run : vendor/bin/phpstan analyze src --level=5
22+ fetch-depth : 2
23+
24+ - name : " Install PHP"
25+ uses : " shivammathur/setup-php@v2"
26+ with :
27+ php-version : " 8.1"
28+
29+ - name : " Install Dependencies"
30+ run : " composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist"
31+
32+ - name : " Psalm"
33+ run : " vendor/bin/psalm"
34+
35+ - name : " PHPStan"
36+ run : " vendor/bin/phpstan analyze src --level=5"
You can’t perform that action at this time.
0 commit comments