Unverified Commit 4d4f75a8 authored by Michael Yang's avatar Michael Yang Committed by GitHub
Browse files

Revert "fix golangci workflow missing gofmt and goimports (#4190)"

This reverts commit 04f971c8.
parent 3f71ba40
...@@ -269,7 +269,7 @@ jobs: ...@@ -269,7 +269,7 @@ jobs:
mkdir -p llm/build/darwin/$ARCH/stub/bin mkdir -p llm/build/darwin/$ARCH/stub/bin
touch llm/build/darwin/$ARCH/stub/bin/ollama_llama_server touch llm/build/darwin/$ARCH/stub/bin/ollama_llama_server
if: ${{ startsWith(matrix.os, 'macos-') }} if: ${{ startsWith(matrix.os, 'macos-') }}
- uses: golangci/golangci-lint-action@v5 - uses: golangci/golangci-lint-action@v4
with: with:
args: --timeout 8m0s -v args: --timeout 8m0s -v
test: test:
......
...@@ -9,8 +9,9 @@ linters: ...@@ -9,8 +9,9 @@ linters:
- contextcheck - contextcheck
- exportloopref - exportloopref
- gocheckcompilerdirectives - gocheckcompilerdirectives
- gofmt # FIXME: for some reason this errors on windows
- goimports # - gofmt
# - goimports
- misspell - misspell
- nilerr - nilerr
- unused - unused
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment