File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
- name : Use this action
19
19
uses : ./
20
20
21
- - name : Run build result
21
+ - name : Run the build result
22
22
run : ${{ matrix.os == 'windows' && 'build\Debug\hello_world.exe' || 'build/hello_world' }}
23
23
24
24
specified-dir-usage :
33
33
source-dir : test
34
34
build-dir : test/build
35
35
36
- - name : Run build result
36
+ - name : Run the build result
37
37
run : test/build/hello_world
38
38
39
39
- name : Check if the default build directory does not exist
75
75
cxx-compiler : clang++
76
76
args : -D CHECK_USING_CLANG=ON
77
77
78
- - name : Run build result
78
+ - name : Run the build results
79
79
run : build/test_c && build/test_cpp
80
80
81
81
specified-generator-usage :
93
93
source-dir : test
94
94
generator : Ninja
95
95
96
- - name : Run build result
96
+ - name : Run the build result
97
97
run : build/hello_world
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ inputs:
37
37
runs :
38
38
using : composite
39
39
steps :
40
- - name : Process inputs
40
+ - name : Process the inputs
41
41
id : process_inputs
42
42
shell : bash
43
43
run : |
77
77
*) choco install ninja ;;
78
78
esac
79
79
80
- - name : Configure CMake
80
+ - name : Configure the CMake project
81
81
shell : bash
82
82
run : cmake ${{ steps.process_inputs.outputs.cmake_args }}
83
83
You can’t perform that action at this time.
0 commit comments