Skip to content

🌱 parameterizes the e2e target and pins opm images #4112

🌱 parameterizes the e2e target and pins opm images

🌱 parameterizes the e2e target and pins opm images #4112

Workflow file for this run

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