forked from osmosis-labs/osmosis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix info and warnings (osmosis-labs#7650)
* fix info and warnings * fix remaining warnings * gen proto
- Loading branch information
1 parent
1d0698c
commit 35eeb74
Showing
76 changed files
with
1,069 additions
and
1,210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
blank_issues_enabled: true | ||
blank_issues_enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,11 +40,9 @@ jobs: | |
arch: arm64 | ||
|
||
steps: | ||
- | ||
name: Check out repository code | ||
- name: Check out repository code | ||
uses: actions/checkout@v4 | ||
- | ||
name: Get git diff | ||
- name: Get git diff | ||
uses: technote-space/[email protected] | ||
with: | ||
PATTERNS: | | ||
|
@@ -55,26 +53,22 @@ jobs: | |
go.sum | ||
Makefile | ||
.github/workflows/build.yml | ||
- | ||
name: 🐿 Setup Golang | ||
- name: 🐿 Setup Golang | ||
uses: actions/setup-go@v5 | ||
if: env.GIT_DIFF | ||
with: | ||
go-version-file: go.mod | ||
env: | ||
GOOS: ${{ matrix.targetos }} | ||
GOARCH: ${{ matrix.arch }} | ||
- | ||
name: Download Dependencies | ||
- name: Download Dependencies | ||
if: env.GIT_DIFF | ||
run: go mod download | ||
- | ||
name: Build osmosisd | ||
- name: Build osmosisd | ||
if: env.GIT_DIFF | ||
run: | | ||
GOWRK=off go build cmd/osmosisd/main.go | ||
- | ||
name: Upload osmosisd artifact | ||
- name: Upload osmosisd artifact | ||
if: env.GIT_DIFF | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.