From: Marc Foley Date: Thu, 30 Nov 2023 14:57:10 +0000 (+0000) Subject: hook in interpolations X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7043%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git hook in interpolations --- 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}")