Skip to content

fixup! Feat(web-react): Introduce expandable space and breakpoint tok… #9889

fixup! Feat(web-react): Introduce expandable space and breakpoint tok…

fixup! Feat(web-react): Introduce expandable space and breakpoint tok… #9889

Workflow file for this run

name: 🔍 Commit Checks
on:
push:
branches-ignore:
- main
jobs:
commitlint:
name: 🧾 Linting Commit
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node and Install Dependencies
uses: ./.github/actions/setup-install
- name: Run Commitlint
run: yarn lint:commit