mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user