Skip to content

Commit 5dd0036

Browse files
authored
. d bash script name == task name
Clarified usage of Bash scripts in repo setup documentation.
1 parent 57065b2 commit 5dd0036

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal_documentation/micro_features/repo_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Prefer to name scripts and tasks using `snake_case`.
3232

3333
**Bash Scripts:**
3434
- `build_and_test` checks for Mise availability and includes shebang and error handling (`set -euo pipefail`)
35-
- Use `mise task --quiet run` to execute configured tasks
36-
- No extension on the file name
35+
- Every bash script runs exactly one command: `mise task --quiet run NAME` (where NAME is the name of the task and the basename of the script)
36+
- No extension on the file name of Bash scripts
3737

3838
**Windows Scripts (.cmd):**
3939
Every batch file should be exactly:

0 commit comments

Comments
 (0)