Skip to content

Commit

Permalink
Merge branch 'main' into aaronc/data-off-chain-enums
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc authored Jan 29, 2024
2 parents 9184fe0 + 35b8b47 commit a62c371
Show file tree
Hide file tree
Showing 15 changed files with 3,312 additions and 558 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,27 @@ jobs:
if: env.GIT_DIFF
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "."
if: steps.git-diff-app.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "types"
if: steps.git-diff-types.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "x/data"
if: steps.git-diff-data.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "x/ecocredit"
if: steps.git-diff-ecocredit.outputs.diff
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52
version: v1.55
working-directory: "x/intertx"
if: steps.git-diff-intertx.outputs.diff

Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ linters:
disable-all: true
enable:
- bodyclose
- depguard
- dogsled
- errcheck
- exportloopref
Expand Down
Loading

0 comments on commit a62c371

Please sign in to comment.