Skip to content

chore(schematics): improve editor migration #1011

chore(schematics): improve editor migration

chore(schematics): improve editor migration #1011

Workflow file for this run

name: ⚙️ Schematics
on:
pull_request:
paths:
- 'projects/cdk/schematics/**'
jobs:
schematics:
if: ${{ !contains(github.head_ref , 'release/') }}
runs-on: ubuntu-latest
name: Run the latest migration
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx run cdk:schematics --v=4
concurrency:
group: schematics-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true