Skip to content

Prevent OLM from creating InstallPlans when bundle unpack fails #2302

Prevent OLM from creating InstallPlans when bundle unpack fails

Prevent OLM from creating InstallPlans when bundle unpack fails #2302

Workflow file for this run

name: sanity
on:
push:
branches:
- '**'
pull_request:
workflow_dispatch:
jobs:
vendor:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Run sanity checks
run: make vendor && make diff
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: "go.mod"
- name: Run linting checks
uses: "golangci/golangci-lint-action@v3"
with:
version: "v1.50.1"