From e9d8e07b37727652720452207a9ed56cf5500066 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Mon, 1 Apr 2024 13:44:56 +0200 Subject: [PATCH] feat: add lint step --- .gitea/workflows/ci.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 97cf4ac..cf028ed 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -40,3 +40,8 @@ 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