diff options
| -rw-r--r-- | .github/workflows/spell-checker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/spell-checker.yml b/.github/workflows/spell-checker.yml index 307617c4a..7e86e0198 100644 --- a/.github/workflows/spell-checker.yml +++ b/.github/workflows/spell-checker.yml @@ -14,4 +14,4 @@ jobs: wget -O - -q https://git.io/misspell | sh -s -- -b . - name: 🌶️ Misspell run: | - find . -type f | xargs ./misspell -error + git ls-files --empty-directory | xargs ./misspell -error |
