Skip to content

Commit

Permalink
Merge pull request #6964 from google/font-tags
Browse files Browse the repository at this point in the history
ci: check family tagging sheet is intact
  • Loading branch information
m4rc1e authored Nov 14, 2023
2 parents 6bff8ef + e2fc6e0 commit c950ab7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Install gftools
run: pip install gftools[qa]
- name: Lint server files
run: gftools push-status . --lint
run: |
gftools push-status . --lint
gftools font-tags lint .
check_knowledge_graph:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c950ab7

Please sign in to comment.