Skip to content

Commit 9859f04

Browse files
committed
Merge remote-tracking branch 'origin/master' into alpn-alt-svc
2 parents 77a0289 + b81ca16 commit 9859f04

File tree

5 files changed

+863
-550
lines changed

5 files changed

+863
-550
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ ifneq (,$(shell git submodule status lib 2>/dev/null))
77
else
88
git clone -q --depth 10 -b master https://github.com/martinthomson/i-d-template.git lib
99
endif
10+
11+
latest::
12+
@if grep -l ' $$' *.md; then ! echo "Trailing whitespace found"; fi

0 commit comments

Comments
 (0)