From 8b66b1ac026d62689995f26fbee73c9c8612aaad Mon Sep 17 00:00:00 2001 From: Beraldo Leal Date: Thu, 30 May 2024 17:25:52 -0400 Subject: [PATCH] drop: ci just a test Please ignore this PR/commit Signed-off-by: Beraldo Leal --- .ci/static-checks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/static-checks.sh b/.ci/static-checks.sh index 203bdf76f..7897c4881 100755 --- a/.ci/static-checks.sh +++ b/.ci/static-checks.sh @@ -12,6 +12,7 @@ set -e [ -n "$DEBUG" ] && set -x +# Just a test please ignore cidir=$(realpath $(dirname "$0")) source "${cidir}/lib.sh"