This repository demonstrates how goyek
can be used in big organizations to reuse common patterns used in build pipelines.
It uses github.com/goyek/workflow
which is used as an example reusable, yet customizable, build framework.
demo customizes it so that:
- it uses 
golangci-lintinstead ofgo vet, - it adds 
misspellto theteststage. 
cd build
go run ./buildUsing convenient Bash script:
./goyek.shUsing convenient PowerShell script:
.\goyek.ps1Example output:
