Skip to content

Commit

Permalink
Update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nsuma8989 committed Feb 23, 2021
1 parent 936cc14 commit 830043a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 830043a

Please sign in to comment.