File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 - label : " :lint-roller: Lint"
77 plugins :
88 - plugin-linter#v3.0.0:
9- id : buildkite-plugins /mise
9+ id : buildkite/mise
1010
1111 - label : " :mise: Smoke test"
1212 command :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ This plugin is intentionally small:
1515steps :
1616 - label : " :wrench: Test"
1717 plugins :
18- - buildkite-plugins /mise#v1.1.0:
18+ - buildkite/mise#v1.1.0:
1919 version : 2026.2.11
2020 command : go test ./...
2121` ` `
2626steps :
2727 - label : " :wrench: Test backend"
2828 plugins :
29- - buildkite-plugins /mise#v1.1.0:
29+ - buildkite/mise#v1.1.0:
3030 dir : backend
3131 command : go test ./...
3232` ` `
@@ -39,7 +39,7 @@ cache: ".buildkite/cache-volume"
3939steps :
4040 - label : " :wrench: Test"
4141 plugins :
42- - buildkite-plugins /mise#v1.1.0: ~
42+ - buildkite/mise#v1.1.0: ~
4343 command : go test ./...
4444` ` `
4545
@@ -67,7 +67,7 @@ Run plugin checks locally:
6767
6868` ` ` bash
6969mise install
70- docker run --rm -v "$PWD:/plugin" -w /plugin buildkite/plugin-linter --id buildkite-plugins /mise --path /plugin
70+ docker run --rm -v "$PWD:/plugin" -w /plugin buildkite/plugin-linter --id buildkite/mise --path /plugin
7171docker run --rm -v "$PWD:/plugin" -w /plugin buildkite/plugin-tester
7272"$(mise where shellcheck@0.11.0)/shellcheck-v0.11.0/shellcheck" hooks/pre-command tests/pre-command.bats
7373` ` `
You can’t perform that action at this time.
0 commit comments