Skip to content

chore(internal): update formatting #370

chore(internal): update formatting

chore(internal): update formatting #370

Workflow file for this run

name: Release Doctor
on:
pull_request:
workflow_dispatch:
jobs:
release_doctor:
name: release doctor
runs-on: ubuntu-latest
if: github.repository == 'Finch-API/finch-api-go' && (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 ./scripts/check-release-environment