Add Adjutorix guided mission composer and governed routing #253
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 v1.1.0 Release Artifact Attestation Finality | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| finality: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Assert v1.1.0 release artifact attestation finality | |
| run: node scripts/release/assert-adjutorix-v110-release-artifact-attestation-finality.mjs |