From 653c7d7be158816cb3e651f522c9e21cad889717 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Thu, 31 Aug 2023 13:23:25 +0200 Subject: [PATCH] infra: Add jinja-render to infrastructure files The jinja-render script is used during the branching and infrastructure related work. This will make infra-check on PR green when changing this file. --- .structure-config | 1 + 1 file changed, 1 insertion(+) diff --git a/.structure-config b/.structure-config index d153383dc94..5b75c6635e5 100644 --- a/.structure-config +++ b/.structure-config @@ -10,6 +10,7 @@ INFRASTRUCTURE_FILES=( .github/ dockerfile/ scripts/testing/ +scripts/jinja-render dracut/.shellcheckrc docs/ci-status.rst )