Skip to content

Docs: Add A/B test variants showcase #1478

Docs: Add A/B test variants showcase

Docs: Add A/B test variants showcase #1478

Workflow file for this run

name: Commits Check
on:
push:
branches-ignore:
- main
jobs:
commitlint:
runs-on: ubuntu-20.04
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 16
- name: Fetch Git history
run: git fetch --no-tags --depth=50 origin main
- name: Install dependencies
uses: bahmutov/npm-install@v1
- name: Run Commitlint
run: yarn commitlint --color --verbose --from $(git merge-base origin/main HEAD)