We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f982eaa commit 83b7e75Copy full SHA for 83b7e75
.github/workflows/spell.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
26
- - uses: reviewdog/action-misspell@e2af6e5f797b1a26b3ccabfb316a3317c965a53d # 1.26.1
+ - uses: reviewdog/action-misspell@8f4203d27a6896ebd5cd8bdd861b36bd18c37978 # 1.26.3
27
with:
28
github_token: ${{ secrets.github_token }}
29
check-spellcheck:
0 commit comments