We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f5a03 commit 71c5070Copy full SHA for 71c5070
.drone.yml
@@ -463,6 +463,7 @@ trigger:
463
- docs/**
464
- '*.md'
465
include:
466
+ - .golangci.toml
467
- Makefile
468
- pkg/**
469
- packaging/**
@@ -4922,6 +4923,6 @@ kind: secret
4922
4923
name: gcr_credentials
4924
---
4925
kind: signature
-hmac: 474420078e68f3b51a76abb99ba723671130f524ed00c42e66169c6912b6fbba
4926
+hmac: fc8a4639e1e301965161795a12c8123f2240ff72a406acf2dad8fda2797beaef
4927
4928
...
scripts/drone/events/pr.star
@@ -113,6 +113,7 @@ def pr_pipelines():
113
lint_backend_pipeline(
114
get_pr_trigger(
115
include_paths = [
116
+ ".golangci.toml",
117
"Makefile",
118
"pkg/**",
119
"packaging/**",
0 commit comments