Skip to content

A0-1672: units returned by run_session #99

A0-1672: units returned by run_session

A0-1672: units returned by run_session #99

name: Version bump check for code changes in the aleph-bft-crypto package
on:
pull_request:
branches:
- main
paths:
- 'crypto/src/**'
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: GIT | Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check if version bumped for 'crypto'
uses: ./.github/actions/check-version-bumped
with:
cargo-toml-path: crypto/Cargo.toml