FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat(applier): support a system-managed install namespace at runtime · operator-framework/operator-controller@9c32775 · GitHub

✨ support a system-managed install namespace at runtime #10231

✨ support a system-managed install namespace at runtime

✨ support a system-managed install namespace at runtime #10231

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: sanity
on:
workflow_dispatch:
pull_request:
merge_group:
push:
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.1
- uses: actions/setup-go@v7.0.0
with:
go-version-file: "go.mod"
- name: Run verification checks
run: make verify
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.1
- uses: actions/setup-go@v7.0.0
with:
go-version-file: "go.mod"
- name: Run golangci linting checks
run: make lint
lint-helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7.0.1
- uses: actions/setup-go@v7.0.0
with:
go-version-file: "go.mod"
- name: Run helm linting checks
run: make lint-helm

Back | FazBrowse Home | New Git URL