Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

feat(api): update via SDK Studio #172

feat(api): update via SDK Studio

feat(api): update via SDK Studio #172

name: Release Doctor

Check failure on line 1 in .github/workflows/release-doctor.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-doctor.yml

Invalid workflow file

(Line: 20, Col: 13): Unexpected value ''
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
release_doctor:
name: release doctor
runs-on: ubuntu-latest
if: github.repository == 'llamastack/llama-stack-client-typescript' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
steps:
- uses: actions/checkout@v4
- name: Check release environment
run: |
bash ./bin/check-release-environment
env: