Skip to content

docs: comprehensive CLI help text for all commands #27

docs: comprehensive CLI help text for all commands

docs: comprehensive CLI help text for all commands #27

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