We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe0fed commit bdae43cCopy full SHA for bdae43c
.github/workflows/es-spellcheck.yml
@@ -29,6 +29,6 @@ jobs:
29
set -o errexit
30
diff content/es/.wordlist.txt <(LC_ALL= sort -f content/es/.wordlist.txt)
31
- name: GitHub Spellcheck Action
32
- uses: rojopolis/spellcheck-github-actions@0.46.0
+ uses: rojopolis/spellcheck-github-actions@0.47.0
33
with:
34
config_path: content/es/.spellcheck.yml
.github/workflows/spellcheck.yml
@@ -25,4 +25,4 @@ jobs:
25
- uses: actions/checkout@v4
26
27
28
0 commit comments