mirror of
https://github.com/ollama/ollama.git
synced 2025-03-22 15:52:18 +01:00
18 lines
299 B
YAML
18 lines
299 B
YAML
|
run:
|
||
|
timeout: 5m
|
||
|
linters:
|
||
|
enable:
|
||
|
- asasalint
|
||
|
- bidichk
|
||
|
- bodyclose
|
||
|
- containedctx
|
||
|
- contextcheck
|
||
|
- exportloopref
|
||
|
- gocheckcompilerdirectives
|
||
|
# FIXME: for some reason this errors on windows
|
||
|
# - gofmt
|
||
|
# - goimports
|
||
|
- misspell
|
||
|
- nilerr
|
||
|
- unused
|