Skip to content

Commit 5600195

Browse files
committed
🐛 Correct ID in pipeline for Lint
1 parent c36ff9b commit 5600195

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ steps:
88
- label: ":sparkles: Lint"
99
plugins:
1010
- plugin-linter#v3.3.0:
11-
id: template
11+
id: bazel-annotate
1212

1313
- label: ":shell: Shellcheck"
1414
plugins:
1515
- shellcheck#v1.4.0:
1616
files:
1717
- hooks/**
18-
- lib/**
18+
- lib/**

0 commit comments

Comments
 (0)