2025 01 25 Project cleanup #1
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: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
call-workflow: | |
uses: baalimago/simple-go-pipeline/.github/workflows/validate.yml@main | |
with: | |
go-version: "1.23" | |
staticcheck-version: "2024.1.1" | |
# Tests are disabled since we do this in the test.yml stage | |
test: false |