Skip to content

Commit

Permalink
Fixing that the spell-checking and PS static-code-analysis workflows …
Browse files Browse the repository at this point in the history
…should also use the issue branch version
  • Loading branch information
BenedekFarkas committed Dec 7, 2023
1 parent fcb88bc commit 15cc506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
github.event_name == 'workflow_dispatch' ||
github.event.label.name == 'run-windows-build'
name: PowerShell Static Code Analysis Windows
uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev
uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@issue/OSOE-743
with:
machine-types: "['windows-2022']"
run-windows-powershell: "false"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

spelling:
name: Spelling
uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/spelling.yml@issue/OSOE-743
with:
additional-dictionaries: |
cspell:csharp/csharp.txt
Expand All @@ -65,7 +65,7 @@ jobs:
powershell-static-code-analysis:
name: PowerShell Static Code Analysis
uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@dev
uses: Lombiq/PowerShell-Analyzers/.github/workflows/static-code-analysis.yml@issue/OSOE-743
with:
machine-types: "['ubuntu-22.04']"

Expand Down

0 comments on commit 15cc506

Please sign in to comment.