Skip to content

fix(sections): ReconstructableSection as policy #6156

fix(sections): ReconstructableSection as policy

fix(sections): ReconstructableSection as policy #6156

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