Skip to content

Add MCP crypto data plainly video example #36

Add MCP crypto data plainly video example

Add MCP crypto data plainly video example #36

Workflow file for this run

name: Continuous integration
on:
push:
branches: [main, master]
pull_request:
jobs:
build-plainly-render-and-webhook:
name: Build plainly-render-and-webhook
runs-on: ubuntu-latest
defaults:
run:
working-directory: plainly-render-and-webhook
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 20
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Biome check (lint + format)
run: pnpm exec biome ci --reporter=github .
- name: Build
run: pnpm build
build-ai-crypto-video-agent:
name: Build ai-crypto-video-agent
runs-on: ubuntu-latest
defaults:
run:
working-directory: ai-crypto-video-agent
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 10
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version: 22
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Biome check
run: pnpm exec biome ci --reporter=github .
- name: Build
run: pnpm build