Skip to content

Video: strip em-dashes from TTS input (v2 model vocalizes them as bre… #81

Video: strip em-dashes from TTS input (v2 model vocalizes them as bre…

Video: strip em-dashes from TTS input (v2 model vocalizes them as bre… #81

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'