Merge pull request #101 from Reecepbcups/reece/v14 #151
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: Gentx | |
# on: [pull_request] | |
# jobs: | |
# validate-gentx: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Install Go | |
# uses: actions/setup-go@v2.1.4 | |
# with: | |
# go-version: 1.16.7 | |
# - name: Checkout code | |
# uses: actions/checkout@v2 | |
# - name: Display go version | |
# run: go version | |
# - name: validate-gentx | |
# run: | | |
# bash -x ./scripts/validate-gentx.sh |