From e3a6697d2ec15ca32cc6005d58eb0d25457534d6 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Sat, 9 Mar 2024 15:49:50 -0600 Subject: [PATCH] Update automation.yml Signed-off-by: Nathanael Esayeas --- .github/workflows/automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automation.yml b/.github/workflows/automation.yml index 42b99e42..63752b65 100644 --- a/.github/workflows/automation.yml +++ b/.github/workflows/automation.yml @@ -98,7 +98,7 @@ jobs: - name: Install ${{ matrix.dependency }} dependencies working-directory: ${{ github.workspace }} - run: ${{ matrix.installCommand }} + run: composer config --no-plugins allow-plugins.ghostwriter/coding-standard true; ${{ matrix.installCommand }} - name: Run ${{ matrix.name }} command run: ${{ matrix.runCommand }}