Skip to content

Commit

Permalink
Update automation.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Dec 3, 2023
1 parent 8112ce3 commit a68aabc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/automation.yml
Expand Up @@ -88,13 +88,7 @@ jobs:

- name: Validate composer.json file
working-directory: ${{ github.workspace }}
run: |
if [ ! -f "composer.json" ]; then
echo "composer.json does not exist"
exit 1
fi
composer validate --no-check-publish --no-check-lock --no-interaction --ansi --strict
run: ${{ matrix.validateCommand }}

- name: Install ${{ matrix.dependency }} dependencies
working-directory: ${{ github.workspace }}
Expand Down

0 comments on commit a68aabc

Please sign in to comment.