Skip to content

chore: change the way of get widget but it does not work #75

chore: change the way of get widget but it does not work

chore: change the way of get widget but it does not work #75

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- master
workflow_dispatch:
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 20
- name: Install dependencies
run: |
npm i pnpm -g
pnpm install
- name: TypeScript check
run: tsc --noEmit