Skip to content

Fix namespace and CRD handling logic (vibe slop) #193

Fix namespace and CRD handling logic (vibe slop)

Fix namespace and CRD handling logic (vibe slop) #193

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
goreleaser:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup Go
uses: actions/setup-go@v6
with:
go-version: '1.24'
- name: GoReleaser
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --snapshot --clean