Skip to content

Commit

Permalink
fix: golang-lint-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Zygimantass committed Jan 30, 2024
1 parent cd1f05b commit 26d4533
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,17 @@ jobs:
golangci:
strategy:
matrix:
module: ["chain", "cosmosutil", "node", "types", "util", "wallet"]
module: ["cosmos", "general"]
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v4
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:
Expand Down

0 comments on commit 26d4533

Please sign in to comment.