Klub Staking gentx #85
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: Create and validate genesis for gentx | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
push: | |
branches: | |
- main | |
- master | |
jobs: | |
dydx-testnet-4: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git checkout | |
uses: actions/checkout@v3 | |
- name: Validate genesis for gentx | |
run: make validate-dydx-testnet-4-gentx | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: genesis.new.json | |
path: dydx-testnet-4/genesis.new.json | |
if-no-files-found: error |