Skip to content

Commit 204da83

Browse files
thewtexdzenanz
authored andcommitted
STYLE: CI specific version description grammar
1 parent 1dd7930 commit 204da83

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-test-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python -m pip install ninja
4141
python -m pip install cookiecutter
4242
43-
- name: Get specific of CMake, Ninja
43+
- name: Get specific version of CMake, Ninja
4444
uses: lukka/[email protected]
4545

4646
- name: Download ITK
@@ -196,7 +196,7 @@ jobs:
196196
run: |
197197
sudo xcode-select -s "/Applications/Xcode_11.7.app"
198198
199-
- name: Get specific of CMake, Ninja
199+
- name: Get specific version of CMake, Ninja
200200
uses: lukka/[email protected]
201201

202202
- name: 'Fetch build script'
@@ -246,7 +246,7 @@ jobs:
246246
with:
247247
python-version: '3.x'
248248

249-
- name: Get specific of CMake, Ninja
249+
- name: Get specific version of CMake, Ninja
250250
uses: lukka/[email protected]
251251

252252
- name: Evaluate template

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python -m pip install --upgrade pip
4040
python -m pip install ninja
4141
42-
- name: Get specific of CMake, Ninja
42+
- name: Get specific version of CMake, Ninja
4343
uses: lukka/[email protected]
4444

4545
- name: Download ITK
@@ -181,7 +181,7 @@ jobs:
181181
run: |
182182
sudo xcode-select -s "/Applications/Xcode_11.7.app"
183183
184-
- name: Get specific of CMake, Ninja
184+
- name: Get specific version of CMake, Ninja
185185
uses: lukka/[email protected]
186186

187187
- name: 'Fetch build script'
@@ -211,7 +211,7 @@ jobs:
211211
- itk-python-git-tag: "v5.1.2"
212212

213213
steps:
214-
- name: Get specific of CMake, Ninja
214+
- name: Get specific version of CMake, Ninja
215215
uses: lukka/[email protected]
216216

217217
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)