Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/docs/dotenv-16.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronc authored Jan 30, 2024
2 parents b5ffc54 + 53ed6d2 commit fe45f69
Show file tree
Hide file tree
Showing 108 changed files with 33,163 additions and 1,645 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
2 changes: 1 addition & 1 deletion api/regen/data/v1/doc.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 84 additions & 0 deletions api/regen/data/v2/doc.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fe45f69

Please sign in to comment.