feat(rust/vote-tx-v2): Public vote tx v2 CBOR decoding/encoding implementation #499
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: CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
permissions: | |
id-token: write | |
contents: write | |
packages: write | |
pull-requests: write | |
jobs: | |
ci: | |
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.1.0 | |
with: | |
forge_version: 0.2.0 |