From 98dccb1b2e389f6605aeb5ef2898a94e67b92c47 Mon Sep 17 00:00:00 2001 From: Luke Watts Date: Mon, 6 Jan 2025 15:13:23 +0100 Subject: [PATCH] chore(ci): fix indentation issue --- .github/workflows/smoke-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index f1bcd2f6ac..2475b34824 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -131,7 +131,7 @@ jobs: echo $env:PATH sh ./test/smoke/install-snyk-binary-win.sh - - name: Install test utilities with homebrew on macOS + - name: Install test utilities with homebrew on macOS if: ${{ matrix.os == 'macos' }} # We need "timeout" and "jq" util and we'll use brew to check our brew package as well run: |