Skip to content

docs: add comprehensive help text for all CLI commands and fix README… #28

docs: add comprehensive help text for all CLI commands and fix README…

docs: add comprehensive help text for all CLI commands and fix README… #28

Workflow file for this run

name: CI
on:
push:
branches: [develop]
pull_request:
branches: [develop, main]
workflow_dispatch:
inputs:
triggered-by:
description: 'Orchestrator run ID'
required: false
type: string
jobs:
build-and-test:
uses: fireflyframework/.github/.github/workflows/go-ci.yml@main
with:
go-version: '1.25'
secrets: inherit