Skip to content

chore: add css variable component to storybook #8314

chore: add css variable component to storybook

chore: add css variable component to storybook #8314

Workflow file for this run

# Runs conventional commit check on PR
name: Conventional pull request
on:
pull_request:
branches:
- main
- next
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# check for the most recent release: https://github.com/CondeNast/conventional-pull-request-action/releases
- uses: zentered/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
commitlintRulesPath: './commitlint.rules.js'