mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Run backend lint in PRs if .golangci.toml changes (#85106)
Chore: Run lint backend if .golangci.toml changes
This commit is contained in:
parent
92f5a0305c
commit
71c5070240
@ -463,6 +463,7 @@ trigger:
|
||||
- docs/**
|
||||
- '*.md'
|
||||
include:
|
||||
- .golangci.toml
|
||||
- Makefile
|
||||
- pkg/**
|
||||
- packaging/**
|
||||
@ -4922,6 +4923,6 @@ kind: secret
|
||||
name: gcr_credentials
|
||||
---
|
||||
kind: signature
|
||||
hmac: 474420078e68f3b51a76abb99ba723671130f524ed00c42e66169c6912b6fbba
|
||||
hmac: fc8a4639e1e301965161795a12c8123f2240ff72a406acf2dad8fda2797beaef
|
||||
|
||||
...
|
||||
|
@ -113,6 +113,7 @@ def pr_pipelines():
|
||||
lint_backend_pipeline(
|
||||
get_pr_trigger(
|
||||
include_paths = [
|
||||
".golangci.toml",
|
||||
"Makefile",
|
||||
"pkg/**",
|
||||
"packaging/**",
|
||||
|
Loading…
Reference in New Issue
Block a user