Skip to content

Added the ability to embed a Google Calendar by Block Content #1706

Added the ability to embed a Google Calendar by Block Content

Added the ability to embed a Google Calendar by Block Content #1706

Workflow file for this run

name: Node Continuous Integration
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
with:
version: 8.15.6
- uses: actions/setup-node@v4
with:
node-version: 20
- run: pnpm install
- run: pnpm test