Skip to content

Add virt-cluster-validate suite support #391

Add virt-cluster-validate suite support

Add virt-cluster-validate suite support #391

Workflow file for this run

name: Sanity Checks
on:
push:
branches:
- main
- release-*
pull_request:
branches:
- main
- release-*
jobs:
build:
name: Sanity Checks
if: github.repository == 'openshift-cnv/ocp-virt-validation-checkup'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Do sanity checks
run: make build