Commit 01a6cdb8 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Use `git ls-files` instead of `find` in `spell-checker.yml` [ci skip]

To avoid including `.git` directory.
parent a65c33c4
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment