Skip to content

[embed link sharing] Fix typo in workbookSharingLinkUpdate #24

[embed link sharing] Fix typo in workbookSharingLinkUpdate

[embed link sharing] Fix typo in workbookSharingLinkUpdate #24

Workflow file for this run

name: Build Check
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "pnpm"
- run: pnpm install
- run: pnpm run build