Skip to content

Commit e0ccf15

Browse files
committed
Appease the linter
1 parent 50989a9 commit e0ccf15

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ steps:
99
run: ruby
1010
- label: "✨ Lint"
1111
plugins:
12-
plugin-linter#v1.0.0: ~
12+
plugin-linter#v1.0.0:
13+
name: junit-annotate
1314
- label: ":bash: Shellcheck"
1415
plugins:
1516
shellcheck#v1.0.0:

schema.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
properties:
2+
artifacts:
3+
type: string
4+
job-uuid-file-pattern:
5+
type: string
6+
required:
7+
- artifacts
8+
additionalProperties: false

0 commit comments

Comments
 (0)