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

Commit d299d4c

Browse files
committed
ci: add GITHUB_TOKEN to linter workflow
1 parent 41a2745 commit d299d4c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
bin
12
cli
23
.stackhead-cli.yml

routines/tasks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func RunTask(options ...TaskOption) {
6363
_, _ = fmt.Fprintf(os.Stdout, "⌛ %s\n", t.Text)
6464
} else {
6565
s = spinner.New(spinner.CharSets[11], 150*time.Millisecond)
66-
//s.ShowTimeElapsed = true
66+
// s.ShowTimeElapsed = true
6767
s.Reverse()
6868
s.Suffix = " " + t.Text
6969
s.Start()

0 commit comments

Comments
 (0)