We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81dc799 commit d5f287eCopy full SHA for d5f287e
1 file changed
.github/workflows/QualityControlChecker.yml
@@ -29,10 +29,6 @@ jobs:
29
with:
30
python-version: '3.x'
31
32
- - name: Install dependencies
33
- run: |
34
- sudo apt install aspell
35
-
36
- name: Execute Naming Convention Check
37
run: python test_scripts/QualityControlChecker/QualityControlChecker.py
38
@@ -51,5 +47,9 @@ jobs:
51
47
ref: main
52
48
path: test_scripts
53
49
50
+ - name: Install dependencies
+ run: |
+ sudo apt install aspell
+
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 {} \;
0 commit comments