Unverified Commit 30692992 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto Committed by GitHub

Merge pull request #5237 from shuujii/use-git-ls-files-instead-of-find-to-avoid-including-.git

Use `git ls-files` instead of `find` in `spell-checker.yml` [ci skip]
parents a65c33c4 01a6cdb8
......@@ -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