Skip to content

Commit

Permalink
Merge pull request #7043 from google/interpol
Browse files Browse the repository at this point in the history
ci: hook in fonttools varLib.interpolatable
  • Loading branch information
m4rc1e authored Nov 30, 2023
2 parents dfe230a + 6b744d3 commit 6005a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down

0 comments on commit 6005a05

Please sign in to comment.