We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3793964 commit 4939e85Copy full SHA for 4939e85
.buildkite/pipeline.yml
@@ -1,17 +1,19 @@
1
steps:
2
- label: ":bash: Plugin"
3
plugins:
4
- docker-compose#v4.9.0:
5
- run: plugin
+ - plugin-tester#v1.0.0: ~
+
6
- label: ":ruby: Ruby"
7
8
9
- run: ruby
+ - docker-compose#v4.11.0:
+ run: ruby
10
11
- label: "✨ Lint"
12
- plugin-linter#v3.0.0:
13
- id: junit-annotate
+ - plugin-linter#v3.1.0:
14
+ id: junit-annotate
15
16
- label: ":bash: Shellcheck"
17
- shellcheck#v1.3.0:
- files: hooks/*
18
+ - shellcheck#v1.3.0:
19
+ files: hooks/*
0 commit comments