From 6b744d391f1a7bab203998bea750cd2a647a33cb Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Thu, 30 Nov 2023 14:57:10 +0000 Subject: [PATCH] hook in interpolations --- .ci/run.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/run.py b/.ci/run.py index 7af59f5df9..bc4f8961cc 100644 --- a/.ci/run.py +++ b/.ci/run.py @@ -123,11 +123,11 @@ def main(): elif check_type == CheckType.NEW_FAMILY: print(f"Checking new family: {directory}") - subprocess.run(qa_cmd_prefix + ["--fontbakery"]) + subprocess.run(qa_cmd_prefix + ["--fontbakery", "--interpolations"]) elif check_type == CheckType.MODIFIED_FAMILY: print(f"Checking modified family: {directory}") - subprocess.run(qa_cmd_prefix + ["-gfb", "--fontbakery", "--diffenator"]) + subprocess.run(qa_cmd_prefix + ["-gfb", "--fontbakery", "--diffenator", "--interpolations"]) elif check_type == CheckType.MODIFIED_FAMILY_METADATA: print(f"Checking modified family metadata: {directory}") -- 2.47.2