Skip to content

refactor: replace pipeline trace with separate inputs and outputs #6143

refactor: replace pipeline trace with separate inputs and outputs

refactor: replace pipeline trace with separate inputs and outputs #6143

Workflow file for this run

name: Pipeline
on:
pull_request:
branches:
- "**"
merge_group:
types:
- checks_requested
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-linter:
uses: ./.github/workflows/lint.yml
run-tests:
uses: ./.github/workflows/tests.yml
run-type-checking:
uses: ./.github/workflows/typecheck.yml
run-build:
uses: ./.github/workflows/build.yml