Skip to content

Video POC: scenes 1-2 (hook + heatmap) — narration.md -> Piper TTS ->… #76

Video POC: scenes 1-2 (hook + heatmap) — narration.md -> Piper TTS ->…

Video POC: scenes 1-2 (hook + heatmap) — narration.md -> Piper TTS ->… #76

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ShellCheck runner and graders
run: shellcheck -S warning runner/*.sh runner/agents/*.sh tasks/*/grader/grade.sh tasks/*/provision.sh tasks/*/fixture/build.sh
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
with:
globs: '**/*.md'