fix(mise/tools): install actionlint via go instead of asdf plugin

The asdf plugin uses git to fetch a list of remove versions, which can
be quite slow, and also requires me to auth my ssh agent, which is not
ideal.
This commit is contained in:
2024-05-18 01:14:33 +01:00
parent 359f0642a6
commit 4a63857a49

View File

@@ -36,6 +36,7 @@ show_tools = false
"go:github.com/hashicorp/terraform-ls" = "latest"
"go:github.com/nametake/golangci-lint-langserver" = "latest"
"go:github.com/rakyll/hey" = "latest"
"go:github.com/rhysd/actionlint/cmd/actionlint" = "latest"
"go:github.com/segmentio/golines" = "latest"
"go:golang.org/x/tools/cmd/godoc" = "latest"
"go:golang.org/x/tools/cmd/goimports" = "latest"
@@ -70,7 +71,6 @@ show_tools = false
"npm:vscode-json-languageserver" = "latest"
"npm:yaml-language-server" = "latest"
1password-cli = "latest"
actionlint = "latest"
buf = "latest"
ctop = "latest"
direnv = "latest"