Skip to content

fixup! Refactor(web): Leverage Sass validation for calls of design to… #9228

fixup! Refactor(web): Leverage Sass validation for calls of design to…

fixup! Refactor(web): Leverage Sass validation for calls of design to… #9228

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