Skip to content

Improve output templates and fix serialization errors for complex types #12

Improve output templates and fix serialization errors for complex types

Improve output templates and fix serialization errors for complex types #12

Workflow file for this run

name: Build
on:
push:
branches: [master]
paths:
- "**.go"
- go.mod
- go.sum
pull_request:
branches: [master]
paths:
- "**.go"
- go.mod
- go.sum
workflow_dispatch:
jobs:
build:
name: Build
uses: abc-inc/gh-actions-go-workflows/.github/workflows/build.yml@master