Skip to content

Commit

Permalink
Preparing release 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed May 18, 2023
1 parent 367127e commit ac9fbc2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.31.0
- uses: rojopolis/spellcheck-github-actions@0.32.0
name: Spellcheck
```
This configuration file must be created in a the `.github/workflows/` directory.

For example, it could be named `.github/workflows/spelling_action.yml` for easy identification, if other actions are present.

In the above example, the configuration is pointing to the exact version of `0.31.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.
In the above example, the configuration is pointing to the exact version of `0.32.0`, this repository also offers the canonical version `v0`, so there is less hassle keeping the action up to date.

```yaml
name: Spellcheck Action
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.31.0
- uses: rojopolis/spellcheck-github-actions@0.32.0
name: Spellcheck
with:
source_files: README.md CHANGELOG.md notes/Notes.md
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
steps:
# The checkout step
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.31.0
- uses: rojopolis/spellcheck-github-actions@0.32.0
name: Spellcheck
with:
source_files: README.md CHANGELOG.md notes/Notes.md
Expand Down Expand Up @@ -262,7 +262,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.31.0
- uses: rojopolis/spellcheck-github-actions@0.32.0
name: Spellcheck
with:
config_path: config/.spellcheck.yml # put path to configuration file here
Expand Down Expand Up @@ -428,7 +428,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.31.0
- uses: rojopolis/spellcheck-github-actions@0.32.0
name: Spellcheck
with:
config_path: .github/spellcheck.yml # <--- put path to configuration file here
Expand Down Expand Up @@ -643,7 +643,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rojopolis/spellcheck-github-actions@0.31.0
- uses: rojopolis/spellcheck-github-actions@0.32.0
name: Spellcheck
```

Expand Down

0 comments on commit ac9fbc2

Please sign in to comment.