Skip to content

Commit

Permalink
ci: fix the code formatting job (microsoft#18059)
Browse files Browse the repository at this point in the history
We started requiring PowerShell 7+ in microsoft#18021

We did not update the code formatting task.
  • Loading branch information
DHowett authored Oct 15, 2024
1 parent 494bc5b commit 990ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pipelines/templates-v2/job-check-code-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
submodules: false
clean: true

- powershell: |-
- pwsh: |-
.\build\scripts\Invoke-FormattingCheck.ps1
displayName: 'Run formatters'

0 comments on commit 990ed18

Please sign in to comment.