Skip to content

Return watch errors from helpers #11

Return watch errors from helpers

Return watch errors from helpers #11

Workflow file for this run

name: Build Strimzi Shutdown PR
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.25.x'
- name: Build
run: make build
- name: Run tests
run: make test