Skip to content

Draft: Add field to NooBaa's CR to override environment variables of pods #4734

Draft: Add field to NooBaa's CR to override environment variables of pods

Draft: Add field to NooBaa's CR to override environment variables of pods #4734

Workflow file for this run

name: golangci-lint
on: [push, pull_request, workflow_dispatch]
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 90
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.23"
- name: run lint
id: run-build
run: make lint || exit 1