File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : " Composer Normalize"
2+
3+ on :
4+ pull_request_target : {}
5+ push :
6+ branches :
7+ - 1.x
8+
9+ jobs :
10+ normalize :
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/checkout@v3
15+ - uses : docker://ergebnis/composer-normalize-action
Original file line number Diff line number Diff line change 1+ name : " Composer Validate"
2+
3+ on :
4+ pull_request_target : {}
5+ push :
6+ branches :
7+ - 1.x
8+
9+ jobs :
10+ validate :
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/checkout@v3
15+ - run : composer validate
Original file line number Diff line number Diff line change 1+ name : " PEST"
2+
13on :
2- pull_request_target :
3- types :
4- - opened
5- - edited
6- - synchronize
7- - reopened
8- - ready_for_review
9- - converted_to_draft
10- - review_requested
4+ pull_request_target : {}
115 push :
126 branches :
137 - 1.x
148
159jobs :
16- run :
17- name : php-cs-fixer
10+ pest :
1811 runs-on : ${{ matrix.operating-systems }}
1912
2013 strategy :
3225 with :
3326 php-version : ${{ matrix.php-versions }}
3427 coverage : pcov
28+ extensions : mbstring
3529
3630 - id : composer-cache
3731 run : echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1+ name : " PHP CS Fixer"
2+
13on :
2- pull_request_target :
3- types :
4- - opened
5- - edited
6- - synchronize
7- - reopened
8- - ready_for_review
9- - converted_to_draft
10- - review_requested
4+ pull_request_target : {}
115 push :
126 branches :
137 - 1.x
148
159jobs :
16- run :
17- name : php-cs-fixer
10+ phpcsf :
1811 runs-on : ${{ matrix.operating-systems }}
1912
2013 strategy :
Original file line number Diff line number Diff line change 1+ name : " PHPStan"
2+
13on :
2- pull_request_target :
3- types :
4- - opened
5- - edited
6- - synchronize
7- - reopened
8- - ready_for_review
9- - converted_to_draft
10- - review_requested
4+ pull_request_target : {}
115 push :
126 branches :
137 - 1.x
148
159jobs :
16- run :
17- name : php-cs-fixer
10+ phpstan :
1811 runs-on : ${{ matrix.operating-systems }}
1912
2013 strategy :
Original file line number Diff line number Diff line change 1+ name : " Psalm"
2+
13on :
2- pull_request_target :
3- types :
4- - opened
5- - edited
6- - synchronize
7- - reopened
8- - ready_for_review
9- - converted_to_draft
10- - review_requested
4+ pull_request_target : {}
115 push :
126 branches :
137 - 1.x
148
159jobs :
16- run :
17- name : php-cs-fixer
10+ psalm :
1811 runs-on : ${{ matrix.operating-systems }}
1912
2013 strategy :
Original file line number Diff line number Diff line change 1+ name : " Rector"
2+
13on :
2- pull_request_target :
3- types :
4- - opened
5- - edited
6- - synchronize
7- - reopened
8- - ready_for_review
9- - converted_to_draft
10- - review_requested
4+ pull_request_target : {}
115 push :
126 branches :
137 - 1.x
148
159jobs :
16- run :
17- name : php-cs-fixer
10+ rector :
1811 runs-on : ${{ matrix.operating-systems }}
1912
2013 strategy :
4437
4538 - run : composer install --no-progress --prefer-dist --optimize-autoloader
4639
47- - run : vendor/bin/rector process src --dry-run
40+ - run : vendor/bin/rector process --dry-run
File renamed without changes.
You can’t perform that action at this time.
0 commit comments