From 39c4a367ba72d0a4adcb037d52b368da9a6462f5 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Mon, 13 Jul 2026 23:02:02 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20ci:=20add=20golangci-lint=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2761c52..591c713 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,11 @@ jobs: with: install-go: false + - name: golangci-lint + uses: golangci/golangci-lint-action@v7 + with: + working-directory: src + - name: Build run: go build -o trollssh ./src