[Feature Request]: Minimize the number of 'modules' hardcoded occurrences
Open
[cat] pipelines
enhancement
- Dominant language
- PowerShell
- Stars
- 737
- Forks
- 436
- Avg merge
- 10d 7h
- Merged PRs (30d)
- 1
Description
### Description
Related to #1127
Decrease the number of relative modules path (currently '`modules`') hardcoded occurrences in the repository.
Suggestion: use a global variable to be leveraged by utilities, GitHub actions, ADO pipeline templates, global tests.
Hardcoded occurrences will stay for pipeline trigger paths due to how global variables are retrieved only after pipelines are triggered.
Contributor guide
Assessment
This issue has not been assessed yet.