Skip to content

Commit dd5801b

Browse files
committed
fix missing article in the steps's name
1 parent 14c5b01 commit dd5801b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use this action
1919
uses: ./
2020

21-
- name: Run build result
21+
- name: Run the build result
2222
run: ${{ matrix.os == 'windows' && 'build\Debug\hello_world.exe' || 'build/hello_world' }}
2323

2424
specified-dir-usage:
@@ -33,7 +33,7 @@ jobs:
3333
source-dir: test
3434
build-dir: test/build
3535

36-
- name: Run build result
36+
- name: Run the build result
3737
run: test/build/hello_world
3838

3939
- name: Check if the default build directory does not exist
@@ -75,7 +75,7 @@ jobs:
7575
cxx-compiler: clang++
7676
args: -D CHECK_USING_CLANG=ON
7777

78-
- name: Run build result
78+
- name: Run the build results
7979
run: build/test_c && build/test_cpp
8080

8181
specified-generator-usage:
@@ -93,5 +93,5 @@ jobs:
9393
source-dir: test
9494
generator: Ninja
9595

96-
- name: Run build result
96+
- name: Run the build result
9797
run: build/hello_world

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ inputs:
3737
runs:
3838
using: composite
3939
steps:
40-
- name: Process inputs
40+
- name: Process the inputs
4141
id: process_inputs
4242
shell: bash
4343
run: |
@@ -77,7 +77,7 @@ runs:
7777
*) choco install ninja ;;
7878
esac
7979
80-
- name: Configure CMake
80+
- name: Configure the CMake project
8181
shell: bash
8282
run: cmake ${{ steps.process_inputs.outputs.cmake_args }}
8383

0 commit comments

Comments
 (0)