File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ we alternatively try the following sources in order:
194194# ## On macOS runners
195195
196196The specified `version` of `clang-format` and `clang-tidy` is installed via
197- the following sources in order (which ever succeeds first) :
197+ the following sources in order (whichever succeeds first) :
198198
1991991. Homebrew
2002002. PyPI Packages [clang-tidy][clang-tidy-wheel] and/or [clang-format][clang-format-wheel]
@@ -203,7 +203,7 @@ the following sources in order (which ever succeeds first):
203203# ## On Windows runners
204204
205205For Windows runners, we use clang tools installed via
206- the following sources in order (which ever succeeds first) :
206+ the following sources in order (whichever succeeds first) :
207207
2082081. PyPI Packages [clang-tidy][clang-tidy-wheel] and/or [clang-format][clang-format-wheel]
2092092. Static binaries that we built ourselves; see [cpp-linter/clang-tools-pip] project for more detail.
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ runs:
409409 $tools = $tools | append "clang-format"
410410 }
411411
412- print $"\n(ansi purple)Ensuring ($tools | str join " and " ) ${{ inputs.version }} are present(ansi reset)"
412+ print $"\n(ansi purple)Ensuring ($tools | str join ' and ' ) ${{ inputs.version }} are present(ansi reset)"
413413 for tool in $tools {
414414 print $"Installing ($tool) ($version)"
415415 let cmd = if (
You can’t perform that action at this time.
0 commit comments