Skip to content

fix: Allow serving CRs and CRDs and other improvements #118

fix: Allow serving CRs and CRDs and other improvements

fix: Allow serving CRs and CRDs and other improvements #118

Workflow file for this run

on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: setup env
run: |
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
shell: bash
- uses: actions/checkout@v4
- run: make install-golangci-lint build ginkgo test