Bring operator to the brand new world of build and deployments.

This commit is contained in:
2025-12-17 23:45:25 +00:00
parent 067a51c9c7
commit 0de9397a2d
29 changed files with 1422 additions and 231 deletions
+22
View File
@@ -0,0 +1,22 @@
name: Pull Request
on:
pull_request:
branches:
- main
push:
branches:
- "**"
- "!main"
permissions:
contents: read
pull-requests: write
security-events: write
jobs:
pr-checks:
uses: lukaszraczylo/shared-actions/.github/workflows/go-pr.yaml@main
with:
go-version: "1.22"
secrets: inherit