We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790c81d commit bd6794fCopy full SHA for bd6794f
1 file changed
.github/workflows/QualityControlChecker.yml
@@ -52,4 +52,4 @@ jobs:
52
sudo apt install aspell
53
54
- 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 {} \;
+ 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