Skip to content

fixup! fixup! Docs(web): Document component changes into the Migratio… #9200

fixup! fixup! Docs(web): Document component changes into the Migratio…

fixup! fixup! Docs(web): Document component changes into the Migratio… #9200

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