Skip to content

Feature: Button asChild / Link asChild #1099

Feature: Button asChild / Link asChild

Feature: Button asChild / Link asChild #1099

Workflow file for this run

name: Test & validate
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: "14"
- run: yarn install
- name: Test
working-directory: lib
run: yarn test:ci
- name: Validate
working-directory: lib
run: yarn validate