Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
ci: add GITHUB_TOKEN to linter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Sep 9, 2020
1 parent 41a2745 commit d299d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
bin
cli
.stackhead-cli.yml
2 changes: 1 addition & 1 deletion routines/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func RunTask(options ...TaskOption) {
_, _ = fmt.Fprintf(os.Stdout, "⌛ %s\n", t.Text)
} else {
s = spinner.New(spinner.CharSets[11], 150*time.Millisecond)
//s.ShowTimeElapsed = true
// s.ShowTimeElapsed = true
s.Reverse()
s.Suffix = " " + t.Text
s.Start()
Expand Down

0 comments on commit d299d4c

Please sign in to comment.