Skip to content

feat(buttonGroup): get/set colspan from the default button #18

feat(buttonGroup): get/set colspan from the default button

feat(buttonGroup): get/set colspan from the default button #18

Workflow file for this run

name: Build Check on PR
on:
pull_request:
branches:
- v2
- v2-develop
- alpha
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20.5.0'
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build
- name: Run tests
run: npm t