Skip to content

Commit d5f287e

Browse files
authored
Update QualityControlChecker.yml
1 parent 81dc799 commit d5f287e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/QualityControlChecker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
with:
3030
python-version: '3.x'
3131

32-
- name: Install dependencies
33-
run: |
34-
sudo apt install aspell
35-
3632
- name: Execute Naming Convention Check
3733
run: python test_scripts/QualityControlChecker/QualityControlChecker.py
3834

@@ -51,5 +47,9 @@ jobs:
5147
ref: main
5248
path: test_scripts
5349

50+
- name: Install dependencies
51+
run: |
52+
sudo apt install aspell
53+
5454
- name: Execute Spell Check
5555
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

Comments
 (0)