From 26d45331ee76a3835642978aa09fb85ca2c67de3 Mon Sep 17 00:00:00 2001 From: Zygimantas <5236121+Zygimantass@users.noreply.github.com> Date: Tue, 30 Jan 2024 15:58:44 +0100 Subject: [PATCH] fix: golang-lint-ci --- .github/workflows/lint.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0d449d2..e3a6310 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: golangci: strategy: matrix: - module: ["chain", "cosmosutil", "node", "types", "util", "wallet"] + module: ["cosmos", "general"] name: golangci-lint runs-on: ubuntu-latest steps: @@ -23,6 +23,9 @@ jobs: with: go-version: 1.21.3 - uses: actions/checkout@v4 + - run: | + go work init + go work use ./cosmos ./general - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: