KUBESAW-192: Introduce a make command for pre-requisite of verify-replace script #2495
Workflow file for this run
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
# alternative workflow to ensure that the required status checks on the PR are handled | |
# see https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/troubleshooting-required-status-checks#handling-skipped-but-required-checks | |
name: ci-check-gomod # same name | |
on: | |
pull_request: | |
paths-ignore: | |
- 'go.mod' | |
jobs: | |
gomodreplacements: | |
name: go.mod replacements | |
runs-on: ubuntu-20.04 | |
steps: | |
- run: 'echo "No check required" ' |