chore: enable fmt check
This commit is contained in:
parent
318102c9ff
commit
28937fbd0c
|
@ -10,6 +10,7 @@ steps:
|
|||
commands:
|
||||
- make vet
|
||||
- make test
|
||||
- make fmt-check
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
|
|
|
@ -27,4 +27,3 @@ func SplitNNoCase(s, sep string, n int) []string {
|
|||
}
|
||||
return strings.SplitN(s, s[idx:idx+len(sep)], n)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue