Skip to content

Added abilty to customize some components shape #97

Added abilty to customize some components shape

Added abilty to customize some components shape #97

Workflow file for this run

name: Check TS
on:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run install
run: npm install
- name: Run check
run: npm run check