Add ADJUTORIX v1.2.0 release artifact digest finality guard #29
Workflow file for this run
This file contains hidden or 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: ADJUTORIX v0.5.0 Execution Runway Finality | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| permissions: | |
| contents: read | |
| jobs: | |
| finality: | |
| name: finality | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout full history and tags | |
| uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Assert ADJUTORIX v0.5.0 execution runway finality | |
| run: node scripts/release/assert-adjutorix-v050-execution-runway-finality.mjs |