Skip to content

chore: rm dropdown #529

chore: rm dropdown

chore: rm dropdown #529

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: install dependencies
run: yarn install
- name: build
run: yarn build