Skip to content

Commit 52f8ee0

Browse files
committed
Add circleci config to branch
1 parent feeff70 commit 52f8ee0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
jobs:
3+
build:
4+
machine: true
5+
steps:
6+
- checkout
7+
- 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))
9+
- run: for htmlfile in $TRANSLATIONS; do echo $htmlfile; tidy -errors -quiet $htmlfile; done

0 commit comments

Comments
 (0)