mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use git ls-files instead of find in spell-checker.yml [ci skip]
To avoid including `.git` directory.
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