Skip to content

Commit bd6794f

Browse files
authored
Update QualityControlChecker.yml
1 parent 790c81d commit bd6794f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/QualityControlChecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
sudo apt install aspell
5353
5454
- name: Execute Spell Check
55-
run: find -type f -name "*.xml" -exec sh -c 'for f; do echo $f;aspell list --camel-case --lang en_GB -W 2 -p ./test_scripts/IGPageContentValidator/.aspell.en.pws <$f |sort|uniq -c;done' sh {} \;
55+
run: find -type f -name "*.xml" -o -name "*.json" -exec sh -c 'for f; do echo $f;aspell list --camel-case --lang en_GB -W 2 -p ./test_scripts/IGPageContentValidator/.aspell.en.pws <$f |sort|uniq -c;done' sh {} \;

0 commit comments

Comments
 (0)