Skip to content

feat(api)!: sync generated SDK from staging (removes google_calendar + slack list endpoints) #103

feat(api)!: sync generated SDK from staging (removes google_calendar + slack list endpoints)

feat(api)!: sync generated SDK from staging (removes google_calendar + slack list endpoints) #103

name: Release Doctor
on:
pull_request:
branches:
- main
workflow_dispatch:
jobs:
release_doctor:
name: release doctor
runs-on: ubuntu-latest
if: github.repository == 'hyperspell/hyperspell-cli' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
steps:
- uses: actions/checkout@v6
- name: Check release environment
run: |
bash ./bin/check-release-environment