Skip to content

refactor(kit): drop async pipe and let directive #327

refactor(kit): drop async pipe and let directive

refactor(kit): drop async pipe and let directive #327

Workflow file for this run

name: ⚙️ Schematics
on:
pull_request:
jobs:
schematics:
runs-on: ubuntu-latest
name: Run the latest migration
steps:
- uses: actions/checkout@v4.2.1
- uses: taiga-family/ci/actions/setup/node@v1.93.2
- uses: taiga-family/ci/actions/run/node-info@v1.93.2
id: info
- run: npx nx run cdk:schematics --v=${{ steps.info.outputs.root-package-major-version }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true