Skip to content

Commit 61ecfdb

Browse files
committed
docs: use buildkite plugin slug
1 parent 4bfdf2d commit 61ecfdb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ steps:
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:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This plugin is intentionally small:
1515
steps:
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
```
@@ -26,7 +26,7 @@ steps:
2626
steps:
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"
3939
steps:
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
6969
mise 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
7171
docker 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
```

0 commit comments

Comments
 (0)