From ffa8e73d53c3c0aba0370199a7705752dfe2e93e Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Mon, 1 Apr 2024 14:05:28 +0200 Subject: [PATCH] Revert "feat: add lint step" This reverts commit e9d8e07b37727652720452207a9ed56cf5500066. --- .gitea/workflows/ci.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index cf028ed..97cf4ac 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -40,8 +40,3 @@ jobs: run: make build - name: test run: make test - - name: golangci-lint - uses: golangci/golangci-lint-action@v3 - with: - version: v1.56.2 - args: --timeout 5m \ No newline at end of file