fix(addon-mobile): DataList
inside DropdownMobile
should not have built-in horizontal indent
#1742
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ⚙️ Schematics | |
on: | |
pull_request: | |
jobs: | |
schematics: | |
runs-on: ubuntu-latest | |
name: Run the latest migration | |
steps: | |
- uses: actions/checkout@v4.2.2 | |
- uses: taiga-family/ci/actions/setup/node@v1.108.0 | |
- uses: taiga-family/ci/actions/run/node-info@v1.108.0 | |
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 |