Skip to content

Commit

Permalink
fix CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
0pcom committed Jul 13, 2024
1 parent 786371e commit 7459dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/skywire-cli/commands/rewards/tgbot/tgbot.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func init() {

}

// Root command contains the reward telegram bot command

Check failure on line 25 in cmd/skywire-cli/commands/rewards/tgbot/tgbot.go

View workflow job for this annotation

GitHub Actions / linux

exported: comment on exported var RootCmd should be of the form "RootCmd ..." (revive)

Check failure on line 25 in cmd/skywire-cli/commands/rewards/tgbot/tgbot.go

View workflow job for this annotation

GitHub Actions / darwin

exported: comment on exported var RootCmd should be of the form "RootCmd ..." (revive)
var RootCmd = &cobra.Command{
Use: "bot",
Short: "reward notification telegram bot",
Expand Down

0 comments on commit 7459dab

Please sign in to comment.