Skip to content

Commit

Permalink
feat: mise format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 11, 2024
1 parent 507ee27 commit f4f5d80
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 32 deletions.
148 changes: 138 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ siphasher = "1"
strum = { version = "0.26", features = ["derive"] }
sys-info = "0.9"
tabled = { version = "0.17", features = ["ansi"] }
taplo = "0.13.2"
tar = "0.4"
tempfile = "3"
tera = "1"
Expand Down
56 changes: 34 additions & 22 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,30 +1,42 @@
#:schema ./schema/mise.json
min_version = "2024.1.1"
min_version="2024.1.1"

[env]
_.path = ["./target/debug", "./node_modules/.bin"]
_.path=[
"./node_modules/.bin",
"./target/debug",
]

[tools]
"actionlint" = "latest"
bun = "1.1.38"
cargo-binstall = "1.10.15"
"cargo:cargo-edit" = "latest"
"cargo:cargo-insta" = "latest"
"cargo:cargo-show" = { version = "latest", os = ["linux", "macos"] }
"cargo:git-cliff" = "latest"
"cargo:usage-cli" = { version = "latest", os = ["linux", "macos"] }
cosign = "latest"
"jq" = "latest"
"npm:markdownlint-cli" = "latest"
"npm:prettier" = "3"
"pipx:toml-sort" = "latest"
pre-commit = "latest"
"actionlint"="latest"
bun="1.1.38"
cargo-binstall="1.10.15"
"cargo:cargo-edit"="latest"
"cargo:cargo-insta"="latest"
"cargo:cargo-show"={version="latest", os=[
"linux",
"macos",
]}
"cargo:git-cliff"="latest"
"cargo:usage-cli"={version="latest", os=[
"linux",
"macos",
]}
cosign="latest"
"jq"="latest"
"npm:markdownlint-cli"="latest"
"npm:prettier"="3"
"pipx:toml-sort"="latest"
pre-commit="latest"
#"python" = { version = "latest", virtualenv = "{{env.HOME}}/.cache/venv" }
"ripgrep" = "latest"
"shellcheck" = "0.10"
"shfmt" = "3"
slsa-verifier = "latest"
wait-for-gh-rate-limit = "0.1.8"
"ripgrep" ="latest"
"shellcheck" ="0.10"
"shfmt" ="3"
slsa-verifier ="latest"
wait-for-gh-rate-limit="0.1.8"

[task_config]
includes = ["tasks.toml", "xtasks"]
includes=[
"tasks.toml",
"xtasks",
]
Loading

0 comments on commit f4f5d80

Please sign in to comment.