File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717jobs :
1818 composer-normalize :
19- uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0 .0.6
19+ uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@1 .0.0
2020 with :
2121 name : Normalize composer.json (check)
2222 run : composer normalize --dry-run
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 composer-require-checker :
25- uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0 .0.6
25+ uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@1 .0.0
2626 with :
2727 name : Run Composer Require Checker
2828 run : composer require-checker
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 composer-validate :
19- uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0 .0.6
19+ uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@1 .0.0
2020 with :
2121 name : Validate composer.json
2222 run : composer validate --strict
Original file line number Diff line number Diff line change 1818
1919jobs :
2020 php-syntax-check :
21- uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0 .0.6
21+ uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@1 .0.0
2222 with :
2323 name : PHP Syntax Check
2424 run : composer php-lint
Original file line number Diff line number Diff line change 2424
2525jobs :
2626 phpcs :
27- uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0 .0.6
27+ uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@1 .0.0
2828 with :
2929 name : Run PHP CodeSniffer
3030 run : composer phpcs
Original file line number Diff line number Diff line change 2626
2727jobs :
2828 phpstan :
29- uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0 .0.6
29+ uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@1 .0.0
3030 with :
3131 name : Run PHPStan
3232 run : composer phpstan
Original file line number Diff line number Diff line change 2222
2323jobs :
2424 rector :
25- uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0 .0.6
25+ uses : openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@1 .0.0
2626 with :
2727 name : Run Rector (dry-run)
2828 run : composer rector
You can’t perform that action at this time.
0 commit comments