From 4a63857a494d4243e681ce87285b9493c9248757 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 18 May 2024 01:14:33 +0100 Subject: [PATCH] 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. --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index cf9a0b7..ae68d02 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -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"