Skip to content

Commit

Permalink
Merge pull request #5 from golift/renovate/codespell-project-actions-…
Browse files Browse the repository at this point in the history
…codespell-2.x

Update codespell-project/actions-codespell action to v2
  • Loading branch information
davidnewhall authored Sep 20, 2023
2 parents 886172a + e782a86 commit 1bc71e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@v1
- uses: codespell-project/actions-codespell@v2
with:
check_hidden: true
skip: .git,go.sum,go.mod
Expand Down

0 comments on commit 1bc71e7

Please sign in to comment.