Skip to content

Commit

Permalink
chore: fix lint and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
b4nst committed Aug 18, 2024
1 parent 60ff540 commit f8846c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: release

# Only on tags
on:
pull_request:
push:
tags:
- "*"
Expand Down
2 changes: 1 addition & 1 deletion cmd/ayo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const logPackagePrefix = "main::"
type CLI struct {
Verbose bool `help:"Enable verbose mode." short:"v" default:"false"`
LogFormat string `help:"Log format to use." enum:"json,pretty,logfmt" default:"pretty"`
Toolbox string `help:"The directory to load tools from" default:"~/.config/ayo/toolbox" type:"existingdir" env:"AYO_TOOLBOX"`
Toolbox string `help:"The directory to load tools from" default:"~/.config/ayo/toolbox" type:"existingdir" env:"AYO_TOOLBOX"` //nolint: lll

Chat Chat `cmd:"" help:"Send a message to the chatbot" default:"withargs"`
}
Expand Down

0 comments on commit f8846c2

Please sign in to comment.