Skip to content

fixup! Feat(variables-scss): Add export for shadows, gradients and ty… #8657

fixup! Feat(variables-scss): Add export for shadows, gradients and ty…

fixup! Feat(variables-scss): Add export for shadows, gradients and ty… #8657

Workflow file for this run

name: Commits Check
on:
push:
branches-ignore:
- main
jobs:
commitlint:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Configure Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install dependencies
run: yarn --immutable --inline-builds
- name: Run Commitlint
run: npx commitlint --color --verbose --from $(git merge-base origin/main HEAD)