From f7c73494e015cdeb4a9ec54aa2a8272bc8c1d02e Mon Sep 17 00:00:00 2001 From: Hein Date: Sat, 7 Dec 2024 12:15:57 +0200 Subject: [PATCH] Drop linting, not needed for now --- .github/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a55d849..cf1fce5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,8 +30,3 @@ jobs: - name: Run tests run: go test -v ./... - - - name: Run linting - uses: golangci/golangci-lint-action@v4 - with: - version: latest \ No newline at end of file