Skip to content

fix: read proper serviceMonitor settings from values.yaml #162

fix: read proper serviceMonitor settings from values.yaml

fix: read proper serviceMonitor settings from values.yaml #162

Workflow file for this run

name: golangci-lint
on:
pull_request:
concurrency:
group: golangci-lint-${{ github.event.number }}
cancel-in-progress: true
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: false
- uses: golangci/golangci-lint-action@v8
with:
version: latest
skip-cache: true