[v11.0.x] Chore: Run backend lint in PRs if .golangci.toml changes (#86141)

Chore: Run backend lint in PRs if .golangci.toml changes (#85106)

Chore: Run lint backend if .golangci.toml changes
(cherry picked from commit 71c5070240)

Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-15 15:07:14 +01:00
committed by GitHub
co-authored by Todd Treece
parent e268568add
commit d08ca1f4eb
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -113,6 +113,7 @@ def pr_pipelines():
lint_backend_pipeline(
get_pr_trigger(
include_paths = [
".golangci.toml",
"Makefile",
"pkg/**",
"packaging/**",