MOBILE-3631 github: Add extra action to detect duplicate class attribute
parent
dce706be42
commit
f4195c25af
|
@ -18,3 +18,4 @@ jobs:
|
|||
- run: npx tslint -c ionic-migration.json -p tsconfig.json
|
||||
- run: npm run test:ci
|
||||
- run: npm run build:prod
|
||||
- run: result=$(find src -type f -iname '*.html' -exec grep -E 'class="[^"]+"[^>]+class="' {} \; | wc -l); test $result -eq 0
|
||||
|
|
Loading…
Reference in New Issue