Skip to content

Commit

Permalink
Bumped version number in examples and correction minor error in one e…
Browse files Browse the repository at this point in the history
…xample
  • Loading branch information
jonasbn committed Feb 19, 2021
1 parent dd7d783 commit 58d2466
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@master
- uses: rojopolis/spellcheck-github-actions@0.10.0
- uses: rojopolis/spellcheck-github-actions@0.11.0
name: Spellcheck
```
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@master
- uses: rojopolis/spellcheck-github-actions@0.10.0
- uses: rojopolis/spellcheck-github-actions@0.11.0
name: Spellcheck
with:
source_files: README.md CHANGELOG.md notes/Notes.md
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: rojopolis/spellcheck-github-actions@master
- uses: rojopolis/spellcheck-github-actions@0.11.0
name: Spellcheck
with:
config_path: config/.spellcheck.yml # put path to configuration file here
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: rojopolis/spellcheck-github-actions@0.5.0
- uses: rojopolis/spellcheck-github-actions@0.11.0
name: Spellcheck
```

Expand Down

0 comments on commit 58d2466

Please sign in to comment.