return the round of a unit with the unit data when the unit is finalized #368
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: Versions are aligned (consensus) | |
on: | |
pull_request: | |
branches: | |
- main | |
paths: | |
- 'consensus/Cargo.toml' | |
- 'README.md' | |
- '.github/workflows/readme-cargo-toml-versions-aligned-consensus.yml' | |
concurrency: | |
group: ${{ github.ref }}-${{ github.workflow }} | |
cancel-in-progress: true | |
jobs: | |
readme-cargo-toml-versions-aligned-consensus: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout | |
uses: actions/checkout@v4 | |
- name: readme-cargo-toml-versions-aligned-consensus | |
run: ./.github/scripts/readme-cargo-toml-versions-aligned-consensus.sh | |
shell: bash |