Skip to content

feat: add Windows Server 2022 support into the self-validation #396

feat: add Windows Server 2022 support into the self-validation

feat: add Windows Server 2022 support into the self-validation #396

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