Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/composer-normalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
composer-normalize:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.5
with:
name: Normalize composer.json (check)
run: composer normalize --dry-run
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/composer-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
composer-validate:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.5
with:
name: Validate composer.json
run: composer validate --strict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php-syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
php-syntax-check:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.5
with:
name: PHP Syntax Check
run: composer php-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

jobs:
phpcs:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.5
with:
name: Run PHP CodeSniffer
run: composer phpcs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
phpstan:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.5
with:
name: Run PHPStan
run: composer phpstan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
rector:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.5
with:
name: Run Rector (dry-run)
run: composer rector
Expand Down