Skip to content

Feature/430 remove antd #21

Feature/430 remove antd

Feature/430 remove antd #21

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build