Skip to content

Commit cd1553b

Browse files
committed
Updates readme
1 parent 1da9ed3 commit cd1553b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ you will be prompted to fill in the following values:
4444
folder.
4545
- **add_PR_template:** this flags controls wether or not to add a PR template in the generated
4646
folder.
47+
- **project_language:** This variable choice serves to select the main project language, and it is
48+
aligned with the actions that will be later opt to be created.
4749
- **add_ci_action_unit_tests_runner:** this variable controls whether or not to create an action to
48-
run unit tests in the repository. The available choices are:
49-
- none (no action created).
50+
run unit tests in the repository. The available actions (per project_language variable) are:
5051
- cpp, which creates an action for Catch2 based unit tests, built using CMake.
51-
- python, which creates an action for Python code unit tests, executed with pytest over a
52+
- python, which creates an action for Python code unit tests, executed with pytest over a
5253
project built with Poetry.
54+
- other, which does not generate any action.
5355

5456
## Contributing
5557

0 commit comments

Comments
 (0)