Skip to content

feat: add smart build pipeline, publish system, and DAG inspection co… #5

feat: add smart build pipeline, publish system, and DAG inspection co…

feat: add smart build pipeline, publish system, and DAG inspection co… #5

Workflow file for this run

name: CI
on:
push:
branches: [develop]
pull_request:
branches: [develop, main]
jobs:
build-and-test:
uses: fireflyframework/.github/.github/workflows/go-ci.yml@main
with:
go-version: '1.25'