Skip to content

fix: dialog panel classname defaults #77

fix: dialog panel classname defaults

fix: dialog panel classname defaults #77

Workflow file for this run

name: PR Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: volta-cli/action@v4
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
- name: Test
run: yarn test