File tree Expand file tree Collapse file tree 5 files changed +1
-226
lines changed Expand file tree Collapse file tree 5 files changed +1
-226
lines changed Original file line number Diff line number Diff line change 1515/psalm.xml export-ignore
1616/CHANGELOG.md export-ignore
1717/README.md export-ignore
18- /rector.php export-ignore
Original file line number Diff line number Diff line change 6868
6969 - name : Execute Psalm
7070 run : vendor/bin/psalm.phar --no-progress --output-format=github
71-
72- rector :
73- name : Rector
74- runs-on : ubuntu-20.04
75-
76- steps :
77- - name : Checkout code
78- uses : actions/checkout@v2
79-
80- - name : Setup PHP
81- uses : shivammathur/setup-php@v2
82- with :
83- php-version : 7.4
84- tools : composer:2.1, cs2pr
85- coverage : none
86-
87- - name : Install Dependencies
88- uses : nick-invision/retry@v1
89- with :
90- timeout_minutes : 5
91- max_attempts : 5
92- command : composer update --no-interaction --no-progress
93-
94- - name : Install PHPUnit
95- uses : nick-invision/retry@v1
96- with :
97- timeout_minutes : 5
98- max_attempts : 5
99- command : composer bin phpunit update --no-interaction --no-progress
100-
101- - name : Install Rector
102- uses : nick-invision/retry@v1
103- with :
104- timeout_minutes : 5
105- max_attempts : 5
106- command : composer bin rector update --no-interaction --no-progress
107-
108- - name : Execute Rector
109- run : vendor/bin/rector process --dry-run --output-format=checkstyle | cs2pr
Original file line number Diff line number Diff line change @@ -20,13 +20,7 @@ psalm-baseline:
2020psalm-show-info :
2121 @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm.phar --rm registry.gitlab.com/grahamcampbell/php:7.4-cli --show-info=true
2222
23- rector-dry-run :
24- @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/rector --rm registry.gitlab.com/grahamcampbell/php:7.4-cli process --dry-run
25-
26- rector-fix :
27- @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/rector --rm registry.gitlab.com/grahamcampbell/php:7.4-cli process
28-
29- test : phpunit phpstan-analyze psalm-analyze rector-dry-run
23+ test : phpunit phpstan-analyze psalm-analyze
3024
3125clean :
3226 @rm -rf .phpunit.result.cache composer.lock vendor vendor-bin/* /composer.lock vendor-bin/* /vendor
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments