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/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ on:

jobs:
actionlint:
uses: openCoreEMR/github-workflows-public/.github/workflows/actionlint.yml@0.0.2
uses: openCoreEMR/github-workflows-public/.github/workflows/actionlint.yml@0.0.4
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.2
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
with:
name: Normalize composer.json (check)
run: composer normalize --dry-run
4 changes: 2 additions & 2 deletions .github/workflows/composer-require-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ on:

jobs:
composer-require-checker:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.2
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
with:
name: Run Composer Require Checker
run: composer-require-checker check --config-file=.composer-require-checker.json
run: composer require-checker
php-tools: 'composer:v2, composer-require-checker'
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.2
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
with:
name: Validate composer.json
run: composer validate --strict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conventional-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ on:

jobs:
conventional-pr-title:
uses: openCoreEMR/github-workflows-public/.github/workflows/conventional-pr-title.yml@0.0.2
uses: openCoreEMR/github-workflows-public/.github/workflows/conventional-pr-title.yml@0.0.4
4 changes: 3 additions & 1 deletion .github/workflows/php-syntax-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ on:
- main
paths:
- '**.php'
- composer.json
- .github/workflows/php-syntax-check.yml
pull_request:
branches:
- main
paths:
- '**.php'
- composer.json
- .github/workflows/php-syntax-check.yml

jobs:
php-syntax-check:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.2
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
with:
name: PHP Syntax Check
run: composer php-lint
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- '**.php'
- .phpcs.xml*
- phpcs.xml*
- composer.json
- composer.lock
- .github/workflows/phpcs.yml
pull_request:
branches:
Expand All @@ -16,11 +18,13 @@ on:
- '**.php'
- .phpcs.xml*
- phpcs.xml*
- composer.json
- composer.lock
- .github/workflows/phpcs.yml

jobs:
phpcs:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.2
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
with:
name: Run PHP CodeSniffer
run: composer phpcs
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.2
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
with:
name: Run PHPStan
run: composer phpstan
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.2
uses: openCoreEMR/github-workflows-public/.github/workflows/php-composer-script.yml@0.0.4
with:
name: Run Rector (dry-run)
run: composer rector
16 changes: 1 addition & 15 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,10 @@ on:
push:
branches:
- main
paths:
- '**.php'
- composer.json
- composer.lock
- phpunit.xml
- phpunit.xml.dist
- .github/workflows/tests.yml
pull_request:
branches:
- main
paths:
- '**.php'
- composer.json
- composer.lock
- phpunit.xml
- phpunit.xml.dist
- .github/workflows/tests.yml

jobs:
test:
uses: openCoreEMR/github-workflows-public/.github/workflows/php-tests.yml@0.0.2
uses: openCoreEMR/github-workflows-public/.github/workflows/php-tests.yml@0.0.4