Skip to content

Commit

Permalink
Merge pull request #358 from rubocop/dependabot/github_actions/codesp…
Browse files Browse the repository at this point in the history
…ell-project/actions-codespell-2

Bump codespell-project/actions-codespell from 1 to 2
  • Loading branch information
koic authored May 15, 2023
2 parents 4e7233d + 9b8c03a commit 743226e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spell_checking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v1
- uses: codespell-project/actions-codespell@v2
with:
ignore_words_file: codespell.txt
misspell:
Expand Down

0 comments on commit 743226e

Please sign in to comment.