Skip to content

Commit fddb66e

Browse files
committed
Remove redundant circleci check
1 parent b0e0419 commit fddb66e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ jobs:
55
steps:
66
- checkout
77
- run: sudo apt-get update && sudo apt-get install -y tidy
8-
- run: TRANSLATIONS=$(git --no-pager diff --name-only FETCH_HEAD $(git merge-base FETCH_HEAD master)); | grep .html | tidy -errors -quiet
8+
- run: TRANSLATIONS=$(git --no-pager diff --name-only FETCH_HEAD $(git merge-base FETCH_HEAD master))
99
- run: for htmlfile in $TRANSLATIONS; do echo $htmlfile; tidy -errors -quiet $htmlfile; done

0 commit comments

Comments
 (0)