MOBILE-3631 github: Add extra action to detect duplicate class attribute

main
Pau Ferrer Ocaña 2021-02-01 13:24:32 +01:00
parent dce706be42
commit f4195c25af
1 changed files with 1 additions and 0 deletions

View File

@ -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