mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
7 lines
132 B
Bash
Executable File
7 lines
132 B
Bash
Executable File
#! /bin/sh
|
|
|
|
if ! python3 -m json.tool config.json >/dev/null; then
|
|
echo "config.json isn't valid, aborting commit." >&2
|
|
exit 1
|
|
fi
|