Skip to content

Commit d3e9b1f

Browse files
authored
Merge pull request #112 from NHSDigital/ryma2fhir-patch-12
Update QualityControlChecker.yml to allow json
2 parents 790c81d + bd6794f commit d3e9b1f

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)