Add TetherTV (BEP20) (#27625) #4
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
#Disabled, we have 'check' job, 'fix' job do invisible changes which is not convenient to debug | |
#name: Fix (Dry run) | |
#on: | |
# pull_request: | |
# branches: [ master ] | |
# | |
#jobs: | |
# fix-dryrun: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Set up Go | |
# uses: actions/setup-go@v4 | |
# with: | |
# go-version: 1.18 | |
# | |
# - name: Check out code | |
# uses: actions/checkout@v3 | |
# | |
# - name: Run fix | |
# run: make fix | |
# | |
# - name: Show fix result (diff) | |
# run: | | |
# git config core.ignorecase false | |
# git status | |
# git diff |