From 606d1f0fa7fae355bda9a0a9ebbb3b2b7b999716 Mon Sep 17 00:00:00 2001 From: deadlydog Date: Sat, 16 Mar 2024 16:58:56 -0600 Subject: [PATCH] ci: Move CI step earlier --- .github/workflows/build-and-test-powershell-module.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-test-powershell-module.yml b/.github/workflows/build-and-test-powershell-module.yml index 85130aa..b69807a 100644 --- a/.github/workflows/build-and-test-powershell-module.yml +++ b/.github/workflows/build-and-test-powershell-module.yml @@ -55,13 +55,13 @@ jobs: with: fetch-depth: 0 # Fetch all history so that GitVersion can determine the version number. - - name: Run spellcheck - uses: streetsidesoftware/cspell-action@v5 - - name: Display PowerShell version being used shell: pwsh run: $PSVersionTable + - name: Run spellcheck + uses: streetsidesoftware/cspell-action@v5 + - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0 with: