Skip to content

refactor: replace widget class by antd Card component #63

refactor: replace widget class by antd Card component

refactor: replace widget class by antd Card component #63

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Run lint
run: yarn lint