-
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.
[Feature] create band client query (#5)
* save changes * add query * combine getPacket,getSigning and fix return object in cli * [Fix] Band client fix gomod (#6) * fix gomod * fix github action and lint rule * fix github action * fix action * fix action * fix action * fix action * fix action * fix golangci-lint * fix action * fix by comment in pr * handle query client nil case * fix wrong tunnel router addr * type name and arrangement * fix comment * fix leftover tmbytes --------- Co-authored-by: Tanut Lertwarachai <[email protected]> Co-authored-by: Natthakun Kitthaworn <[email protected]>
- Loading branch information
1 parent
c9c4d16
commit f72ba8c
Showing
19 changed files
with
2,156 additions
and
105 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,16 +1,26 @@ | ||
name: Golangci-lint | ||
on: pull_request | ||
|
||
env: | ||
GOPRIVATE: github.com/bandprotocol/private-chain | ||
|
||
jobs: | ||
lint: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.22.3 | ||
|
||
- name: Configure git for private modules | ||
env: | ||
TOKEN: ${{ secrets.SHIBA_TOKEN }} | ||
run: git config --global url."https://nkitlabs:${TOKEN}@github.com".insteadOf "https://github.com" | ||
|
||
- uses: actions/checkout@v4 | ||
|
||
- name: golangci-lint | ||
uses: golangci/golangci-lint-action@v6 | ||
with: | ||
version: v1.60 | ||
version: v1.61 | ||
args: --timeout=5m0s |
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
Oops, something went wrong.