Skip to content

Commit

Permalink
Show the diff not the whole ttx -l
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter authored and anthrotype committed Dec 18, 2023
1 parent 8d17460 commit a27e12e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,8 @@ jobs:
- name: ttx, it might be handy to troubleshoot
run: |
pipx run fonttools ttx -l first-roman.ttf
pipx run fonttools ttx -l first-italic.ttf
pipx run fonttools ttx -l second-roman.ttf
pipx run fonttools ttx -l second-italic.ttf
diff -u <(pipx run fonttools ttx -l first-roman.ttf) <(pipx run fonttools ttx -l second-roman.ttf)
diff -u <(pipx run fonttools ttx -l first-italic.ttf) <(pipx run fonttools ttx -l second-italic.ttf)
- name: Stable Roman?
run: cmp first-roman.ttf second-roman.ttf
Expand Down

0 comments on commit a27e12e

Please sign in to comment.