check: perform simple & quick eslint check before others.

Should save time in CI for simple JS errors.

Change-Id: Ib7e1ab68795cab12f8f5ec461cfed6e84986f440
Signed-off-by: Michael Meeks <michael.meeks@collabora.com>
pull/8216/head
Michael Meeks 2024-02-07 11:17:07 +00:00
parent 6c9fb23081
commit 720ac3d5a6
1 changed files with 3 additions and 1 deletions

View File

@ -681,7 +681,9 @@ check-for-system-nss:
fi \
fi
check: check-for-system-nss check-recursive eslint
check-recursive: eslint
check: check-for-system-nss eslint check-recursive
$(GEN_COVERAGE_COMMAND)
coverage-report: