fix(903): wrong init hedera client while associate tokens to account #297
Workflow file for this run
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
name: staticcheck | |
on: | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: WillAbides/[email protected] | |
with: | |
go-version: "1.18.x" | |
- uses: dominikh/[email protected] | |
with: | |
checks: "all,-ST*,-S1002,-S1005,-S1008,-S1023,-S1039,-U1000" | |
version: "2022.1.3" | |
install-go: false |