Skip to content

chore: upgrade to antd 5 #204

chore: upgrade to antd 5

chore: upgrade to antd 5 #204

Workflow file for this run

name: Lint
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@master
- name: install
run: yarn
- name: lint
run: yarn run lint