mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-07 10:53:17 +02:00
Enable strict linting for keyboard PRs (#26026)
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
|||||||
if [[ $KEYMAP_ONLY -gt 0 ]]; then
|
if [[ $KEYMAP_ONLY -gt 0 ]]; then
|
||||||
echo "linting ${KB}"
|
echo "linting ${KB}"
|
||||||
|
|
||||||
qmk lint --keyboard ${KB} && qmk info -l --keyboard ${KB}
|
qmk lint --strict --keyboard ${KB} && qmk info -l --keyboard ${KB}
|
||||||
exit_code=$(($exit_code + $?))
|
exit_code=$(($exit_code + $?))
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user