Skip to content

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

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

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

Workflow file for this run

name: 'CI/CD Pipeline'
on: [ 'push', 'pull_request' ]
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- uses: 'rios0rios0/pipelines/github/golang/go-docker.yaml@feat/#19'