link mainnets under testnet for v11 upgrade #303
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 | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Validate Genesis | |
runs-on: ubuntu-latest | |
environment: CI | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: Validate genesis file | |
shell: bash | |
run: | | |
docker compose up validate-genesis --exit-code-from validate-genesis |