Skip to content

feat(button): add button component & demos #20

feat(button): add button component & demos

feat(button): add button component & demos #20

Workflow file for this run

name: Commitlint
on:
push:
pull_request:
jobs:
commitlint:
name: Commitlint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run commitlint
uses: dafnik/commitlint@v1