Skip to content

OPECO-3073: Add Note for CRD Version Spec #594

OPECO-3073: Add Note for CRD Version Spec

OPECO-3073: Add Note for CRD Version Spec #594

Workflow file for this run

name: test
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: |
go.sum
.bingo/**.sum
- name: Build and lint the site
run: make lint