Skip to content

Commit

Permalink
ci: Move CI step earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Mar 16, 2024
1 parent 74d7abc commit 606d1f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test-powershell-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 606d1f0

Please sign in to comment.