Skip to content

Commit 55f3063

Browse files
authored
Merge pull request #16 from jonasbn/spellcheck_github_action_update
Bumped spellcheck action to latest version, since 0.23.0 is EOL
2 parents 747ab94 + cb085b9 commit 55f3063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@master
18-
- uses: rojopolis/spellcheck-github-actions@0.23.0
18+
- uses: rojopolis/spellcheck-github-actions@0.35.0
1919
name: Spellcheck
2020
with:
2121
config_path: .github/config/spellcheck.yml

0 commit comments

Comments
 (0)