Added setup script, updated README and help command #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Simple Go Pipeline - validate | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
jobs: | |
call-workflow: | |
uses: baalimago/simple-go-pipeline/.github/workflows/validate.yml@main | |
with: | |
go-version: '1.22' |