Skip to content

Commit d33349e

Browse files
authored
chore: move /.mise/tasks to /tasks (jdx#2728)
1 parent 34a8269 commit d33349e

File tree

26 files changed

+5
-11
lines changed

26 files changed

+5
-11
lines changed

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ nnnn = 'https://github.com/mise-plugins/rtx-nodejs#main'
3333
[alias.tiny]
3434
abc = '1'
3535

36+
[task_config]
37+
includes = ["tasks"]
38+
3639
[tasks]
3740
clean = "cargo clean"
3841
release = "cargo release"

.mise/config.toml

Lines changed: 0 additions & 1 deletion
This file was deleted.

schema/mise.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@
341341
"type": "boolean"
342342
},
343343
"python_venv_stdlib": {
344-
"description": "Use venv from Python's standard library.",
344+
"description": "Prefer to use venv from Python's standard library.",
345345
"type": "boolean"
346346
},
347347
"quiet": {

tasks

Lines changed: 0 additions & 1 deletion
This file was deleted.

tasks.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,6 @@ Overwrite existing <file>
9696

9797
User to run as
9898

99-
## `l`
100-
101-
**Usage**: `l`
102-
103-
## `l`
104-
105-
**Usage**: `l`
106-
10799
## `lint`
108100

109101
* Depends: lint:*
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)