We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57065b2 commit 5dd0036Copy full SHA for 5dd0036
1 file changed
internal_documentation/micro_features/repo_setup.md
@@ -32,8 +32,8 @@ Prefer to name scripts and tasks using `snake_case`.
32
33
**Bash Scripts:**
34
- `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
+- 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)
+- No extension on the file name of Bash scripts
37
38
**Windows Scripts (.cmd):**
39
Every batch file should be exactly:
0 commit comments