Skip to content

Commit

Permalink
ci-test
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Mar 14, 2024
1 parent 8654878 commit 3bde1bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/strip-font-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ jobs:
grep -v "^ *_typelessdata: " | \
perl -ne '$s = undefined if ($s && /^$s[a-z]/); $s = $1 if /^( +)(m_GlyphTable:|m_FreeGlyphRects:|m_CharacterTable:)/; print if not $s;' \
"$font" > "$font.tmp"
mv "$font" "$font.tmp"
mv "$font.tmp" "$font" -fv
done
- name: git diff
run: git diff

- name: Check if changes need committing
run: |
git config --global user.email "ci@nadena.dev"
Expand Down

0 comments on commit 3bde1bf

Please sign in to comment.