Skip to content

[cherry pick] release-0.13 fix: broken check for context in notificationController (#1626) #2700

[cherry pick] release-0.13 fix: broken check for context in notificationController (#1626)

[cherry pick] release-0.13 fix: broken check for context in notificationController (#1626) #2700

Workflow file for this run

name: Integration tests
on:
pull_request:
paths-ignore:
- "docs/**"
branches:
- 'master'
- 'release-*'
- 'rhos-*'
jobs:
lint_code:
name: Run golangci-lint on PR
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.61.0
args: --timeout 5m --exclude SA5011
only-new-issues: true