pull e2e ovs-cni fix: install latest ginkgo #150
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
name: Check HashiCorp Modules | |
on: [push, pull_request] | |
jobs: | |
check_modules: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Run script | |
run: ./hack/check_hashicorp.sh |