Skip to content

feat(rust/signed-doc): DocumentOwnershipRule validation rule initialization #3061

feat(rust/signed-doc): DocumentOwnershipRule validation rule initialization

feat(rust/signed-doc): DocumentOwnershipRule validation rule initialization #3061

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
types:
- synchronize
- ready_for_review
- opened
permissions:
id-token: write
contents: write
packages: write
pull-requests: write
jobs:
ci:
if: ${{ !github.event.pull_request.draft }}
uses: input-output-hk/catalyst-forge/.github/workflows/ci.yml@ci/v1.8.1
with:
forge_version: 0.19.1
test_reporting:
if: ${{ !github.event.pull_request.draft }}
needs: ci
uses: ./.github/workflows/generate-allure-report.yml