Skip to content

Commit

Permalink
ci: check family tagging sheet is intact
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Nov 14, 2023
1 parent ce98c9a commit e2fc6e0
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 e2fc6e0

Please sign in to comment.