Skip to content

Commit 385d26d

Browse files
committed
Lint header filenames on build
1 parent 55177c3 commit 385d26d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/ci/circle/script

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@ lint() {
283283
echo 'Linting filenames failed.' >&2
284284
return 1
285285
fi
286+
make lint-header-filenames >> "$1" 2>&1
287+
if [[ "$?" -ne 0 ]]; then
288+
echo 'Linting filenames failed.' >&2
289+
return 1
290+
fi
286291
echo 'Linting package.json files...' >&2
287292
make lint-pkg-json >> "$1" 2>&1
288293
if [[ "$?" -ne 0 ]]; then

0 commit comments

Comments
 (0)