upgrade proposal v11 #286
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: Verify Genesis Hashes | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Verify Genesis Hashes | |
runs-on: ubuntu-latest | |
environment: CI | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
- name: Verify genesis hashes | |
shell: bash | |
run: | | |
docker compose up verify-hashes --exit-code-from verify-hashes |