From 22f217b55107150b652f43fe108eb3c11ee3c0c9 Mon Sep 17 00:00:00 2001 From: Brandon Ferens Date: Mon, 21 Oct 2024 11:01:46 -0700 Subject: [PATCH] Style workflow fix --- .github/workflows/code-style.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 9c56a3e..b12129b 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -12,6 +12,10 @@ jobs: with: fetch-depth: 1 + - name: Install composer dependencies + run: | + composer install --prefer-dist --no-interaction --no-scripts + - name: Check Coding Standards run: composer pint-check