mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user