Skip to content

Commit

Permalink
Tweak spell checking GitHub Actions workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Oct 10, 2021
1 parent 51d23b2 commit 0aa93fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spell_checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

jobs:
codespell:
name: Check spelling all files with codespell
name: Check spelling of all files with codespell
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -23,7 +23,7 @@ jobs:
- name: Check spelling with codespell
run: codespell --ignore-words=codespell.txt || exit 1
misspell:
name: Check spelling all files in commit with misspell
name: Check spelling of all files in commit with misspell
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0aa93fd

Please sign in to comment.