Skip to content

Commit a1f19c1

Browse files
committed
more AI review suggestions
1 parent 2db69aa commit a1f19c1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ we alternatively try the following sources in order:
194194
### On macOS runners
195195

196196
The 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

199199
1. Homebrew
200200
2. 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

205205
For 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

208208
1. PyPI Packages [clang-tidy][clang-tidy-wheel] and/or [clang-format][clang-format-wheel]
209209
2. Static binaries that we built ourselves; see [cpp-linter/clang-tools-pip] project for more detail.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 (

0 commit comments

Comments
 (0)