testnet4 genesis update (#91) #10
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: Validate genesis.json | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
paths: | |
- 'dydx-testnet-4/genesis.json' | |
push: | |
paths: | |
- 'dydx-testnet-4/genesis.json' | |
branches: | |
- main | |
- master | |
jobs: | |
dydx-testnet-4: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Git checkout | |
uses: actions/checkout@v3 | |
- name: Validate final genesis file | |
run: make validate-dydx-testnet-4-final-genesis |