Skip to content

feat: add transactional repository methods (InsertWithTx, CheckLimitsWithTx) #177

feat: add transactional repository methods (InsertWithTx, CheckLimitsWithTx)

feat: add transactional repository methods (InsertWithTx, CheckLimitsWithTx) #177

name: "Go Combined Analysis"
on:
pull_request:
branches:
- develop
- release-candidate
- main
types:
- opened
- synchronize
- reopened
paths-ignore:
- '**.md'
- 'docs/**'
- '.github/**'
- 'LICENSE'
- 'CODEOWNERS'
- '.gitignore'
- '.editorconfig'
- '*.png'
- '*.jpg'
- '*.svg'
jobs:
go-analysis:
name: Go Analysis
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/go-pr-analysis.yml@v1.17.0
with:
runner_type: "blacksmith-4vcpu-ubuntu-2404"
app_name_prefix: "tracer"
go_version: "1.25"
golangci_lint_version: "v2.7.2"
golangci_lint_args: "--timeout=5m"
coverage_threshold: 85
fail_on_coverage_threshold: false
enable_lint: true
enable_security: true
enable_tests: true
enable_coverage: true
enable_build: true
enable_integration_tests: true

Check failure on line 42 in .github/workflows/go-combined-analysis.yml

View workflow run for this annotation

GitHub Actions / Go Combined Analysis

Invalid workflow file

The workflow is not valid. .github/workflows/go-combined-analysis.yml (Line: 42, Col: 33): Invalid input, enable_integration_tests is not defined in the referenced workflow. .github/workflows/go-combined-analysis.yml (Line: 43, Col: 32): Invalid input, enable_test_determinism is not defined in the referenced workflow.
enable_test_determinism: true
go_private_modules: "github.com/LerianStudio/*"
secrets: inherit