Skip to content

fix: commit UI dist, fix gitignore/Makefile/CLAUDE.md for go build #27

fix: commit UI dist, fix gitignore/Makefile/CLAUDE.md for go build

fix: commit UI dist, fix gitignore/Makefile/CLAUDE.md for go build #27

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: write
security-events: write
id-token: write
actions: read
jobs:
pipeline:
uses: RandomCodeSpace/central-ops/.github/workflows/reusable-pipeline.yml@main
secrets: inherit
with:
go_version_file: go.mod
cgo_enabled: "1"
go_test_flags: "-race -timeout 120s"