Currently, all our pipelines create targets with various different naming conventions. Some purely describe their intended purpose (build, test, lint, publish) while some include their tool (_vitest, _eslint) and some include both (_pytest_test,_pytest_lint). For both consistency and ease of use we should align on:
- If we want to align any common cross language target names
- What those targets/names will be