MOBILE-3631 github: Add extra action to detect duplicate class attribute
This commit is contained in:
parent
dce706be42
commit
f4195c25af
1
.github/workflows/testing.yml
vendored
1
.github/workflows/testing.yml
vendored
@ -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…
x
Reference in New Issue
Block a user