ci: use new lint action and add custom config (#6562)

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ
2021-05-19 13:38:13 +08:00
committed by GitHub
parent c4cf659e32
commit 1a1a01a842
25 changed files with 65 additions and 39 deletions

View File

@@ -24,7 +24,7 @@ import (
"sync"
"time"
"github.com/json-iterator/go"
jsoniter "github.com/json-iterator/go"
)
var defaultSetting = Settings{false, "GogsServer", 60 * time.Second, 60 * time.Second, nil, nil, nil, false}