File tree 8 files changed +9
-25
lines changed
8 files changed +9
-25
lines changed Original file line number Diff line number Diff line change 31
31
- name : Run PHP-CS-Fixer
32
32
run : ./tools/php-cs-fixer fix --dry-run --show-progress=dots --using-cache=no --verbose
33
33
34
- type-checker :
35
- name : Type Checker
34
+ static-analysis :
35
+ name : Static Analysis
36
36
37
37
runs-on : ubuntu-latest
38
38
49
49
- name : Install dependencies with Composer
50
50
run : ./tools/composer update --no-interaction --no-ansi --no-progress
51
51
52
- - name : Run Psalm
53
- run : ./tools/psalm --config=.psalm/config.xml --no-progress --shepherd --show-info=false --stats
52
+ - name : Run PHPStan
53
+ run : ./tools/phpstan analyse --no-progress --error-format=github
54
54
55
55
tests :
56
56
name : Tests
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<phive xmlns =" https://phar.io/phive" >
3
3
<phar name =" php-cs-fixer" version =" ^3.57" installed =" 3.57.1" location =" ./tools/php-cs-fixer" copy =" true" />
4
- <phar name =" psalm" version =" ^5.24" installed =" 5.24.0" location =" ./tools/psalm" copy =" true" />
5
4
<phar name =" composer" version =" ^2.7" installed =" 2.7.6" location =" ./tools/composer" copy =" true" />
6
5
<phar name =" infection" version =" ^0.28" installed =" 0.28.1" location =" ./tools/infection" copy =" true" />
6
+ <phar name =" phpstan" version =" ^1.11.1" installed =" 1.11.1" location =" ./tools/phpstan" copy =" true" />
7
7
</phive >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
[ ![ Latest Stable Version] ( https://poser.pugx.org/sebastian/cli-parser/v/stable.png )] ( https://packagist.org/packages/sebastian/cli-parser )
2
2
[ ![ CI Status] ( https://github.com/sebastianbergmann/cli-parser/workflows/CI/badge.svg )] ( https://github.com/sebastianbergmann/cli-parser/actions )
3
- [ ![ Type Coverage] ( https://shepherd.dev/github/sebastianbergmann/cli-parser/coverage.svg )] ( https://shepherd.dev/github/sebastianbergmann/cli-parser )
4
3
[ ![ codecov] ( https://codecov.io/gh/sebastianbergmann/cli-parser/branch/main/graph/badge.svg )] ( https://codecov.io/gh/sebastianbergmann/cli-parser )
5
4
6
5
# sebastian/cli-parser
Original file line number Diff line number Diff line change
1
+ parameters :
2
+ level : 9
3
+ paths :
4
+ - src
You can’t perform that action at this time.
0 commit comments