Skip to content

Release v0.3.10 [livekit] (#109) #302

Release v0.3.10 [livekit] (#109)

Release v0.3.10 [livekit] (#109) #302

Workflow file for this run

name: CI
on:
schedule:
- cron: 0 0 * * 1
workflow_dispatch:
pull_request:
types: [opened, reopened, synchronize]
push:
branches: [main]
concurrency:
group: "ci"
cancel-in-progress: true
jobs:
build:
name: Build
uses: ./.github/workflows/build.yml
docs:
name: Build Documentation
uses: ./.github/workflows/docs.yml
with: { deploy: false }
cspell:
name: Spell Check
uses: ./.github/workflows/cspell.yml
license-check:
name: License Check
uses: ./.github/workflows/license_check.yml
link-check:
name: Link Check
uses: ./.github/workflows/link_check.yml
registry-check:
name: Registry Check
uses: ./.github/workflows/esp_registry.yml
with: { dry_run: true }
secrets:
ESP_REGISTRY_TOKEN: ${{ secrets.ESP_REGISTRY_TOKEN }}