You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
A [Buildkite plugin](https://buildkite.com/docs/agent/v3/plugins) to lint your Buildkite plugins 😱
4
4
5
+
For a full list of features see the [Buildkite Plugin Linter cli tool documentation](https://github.com/buildkite-plugins/buildkite-plugin-linter).
6
+
5
7
## Usage
6
8
7
9
```yaml
@@ -12,7 +14,9 @@ steps:
12
14
name: my-plugin
13
15
```
14
16
15
-
If you want to run it locally on a command line, see the [Plugin Linter tool documentation](https://github.com/buildkite-plugins/buildkite-plugin-linter).
17
+
Note: this will pull the latest version of the Plugin Linter each time it is run.
18
+
19
+
If you want to run it locally on a command line, see the [Buildkite Plugin Linter cli tool documentation](https://github.com/buildkite-plugins/buildkite-plugin-linter).
0 commit comments