Skip to content

feat(fxorm): Updated dependencies #3

feat(fxorm): Updated dependencies

feat(fxorm): Updated dependencies #3

Workflow file for this run

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