Skip to content

Pull request validation: feat(composer): add flow component debug package with OTEL-style global provider #384

Pull request validation: feat(composer): add flow component debug package with OTEL-style global provider

Pull request validation: feat(composer): add flow component debug package with OTEL-style global provider #384

Workflow file for this run

name: Pull request validation
run-name: "Pull request validation: ${{ github.event.pull_request.title }}"
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
permissions:
contents: read
packages: write
jobs:
build:
uses: ./.github/workflows/callable-build.yaml
secrets: inherit
image:
uses: ./.github/workflows/callable-image.yaml
secrets: inherit
unit-test:
uses: ./.github/workflows/callable-test-unit.yaml
secrets: inherit