Skip to content

feat(fxclock): Provided module #2

feat(fxclock): Provided module

feat(fxclock): Provided module #2

Workflow file for this run

name: "fxclock-ci"
on:
push:
branches:
- "feat**"
- "fix**"
- "hotfix**"
- "chore**"
paths:
- "fxclock/**.go"
- "fxclock/go.mod"
- "fxclock/go.sum"
pull_request:
types:
- opened
- synchronize
- reopened
branches:
- main
paths:
- "fxclock/**.go"
- "fxclock/go.mod"
- "fxclock/go.sum"
jobs:
ci:
uses: ./.github/workflows/common-ci.yml
secrets: inherit
with:
module: "fxclock"
go_version: "1.21"