Skip to content

feat: Add typography and layout related logical props #9129

feat: Add typography and layout related logical props

feat: Add typography and layout related logical props #9129

Workflow file for this run

name: Push
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup and Build
uses: ./.github/actions/yarn
- run: yarn format:verify
shell: bash
lint:
strategy:
fail-fast: false
matrix:
command: ['lint', 'verify']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup and Build
uses: ./.github/actions/yarn
- run: yarn build
shell: bash
- run: yarn ${{ matrix.command }}
shell: bash
verify-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup and Build
uses: ./.github/actions/yarn
- run: yarn dedupe --check