Skip to content

refactor: replace archived module references with fireflyframework-or… #41

refactor: replace archived module references with fireflyframework-or…

refactor: replace archived module references with fireflyframework-or… #41

Workflow file for this run

name: CI
on:
push:
branches: [develop, main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
- '.gitignore'
pull_request:
branches: [develop, main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
- '.gitignore'
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