Skip to content

Commit

Permalink
minor #5826 SCA: check both composer files (keradus)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.19 branch.

Discussion
----------

SCA: check both composer files

Commits
-------

2547fa4 SCA: check both composer files
  • Loading branch information
keradus committed Jul 29, 2021
2 parents 9432443 + 2547fa4 commit 5ad0853
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sca.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
run: ./dev-tools/vendor/bin/composer-require-checker check composer.json --config-file .composer-require-checker.json

- name: Check - composer normalize
run: composer normalize --dry-run --working-dir=./dev-tools ../composer.json
run: |
composer normalize --dry-run --working-dir=./dev-tools ../composer.json
composer normalize --dry-run --working-dir=./dev-tools composer.json
- name: Check - shell scripts
run: ./dev-tools/check_shell_scripts.sh
Expand Down

0 comments on commit 5ad0853

Please sign in to comment.