Skip to content

feat(pipelines): added the workflow to have a complete pipeline #58

feat(pipelines): added the workflow to have a complete pipeline

feat(pipelines): added the workflow to have a complete pipeline #58

Workflow file for this run

name: 'default'
on:
push:
branches:
- 'main'
tags:
- '*'
pull_request:
branches:
- 'main'
workflow_dispatch:
permissions:
checks: 'write' # code_check-style_golangci_lint
contents: 'write' # delivery-release
jobs:
default:
uses: 'rios0rios0/pipelines/.github/workflows/go-docker.yaml@feat/#19'
#
#
#
#
#
#
#
#
#
#
#