diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f722dfb..22e19e5 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -6,11 +6,11 @@ steps: - label: run spell check plugins: - - nsuma8989/spell-check#v1.0.1: + - nsuma8989/spell-check#v1.0.2: files: - README.md - label: "plugin lint" plugins: - plugin-linter#v2.0.0: - id: nsuma8989/spell-check#v1.0.1 + id: nsuma8989/spell-check#v1.0.2 diff --git a/README.md b/README.md index 961c0de..8bfdd42 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ This will check all shellscripts with shellcheck. ```yml steps: - plugins: - - nsuma8989/spell-check#v1.0.0: + - nsuma8989/spell-check#v1.0.2: files: *.md ```