]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
ci: check family tagging sheet is intact 6964/head
authorMarc Foley <m.foley.88@gmail.com>
Tue, 14 Nov 2023 15:47:09 +0000 (15:47 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Tue, 14 Nov 2023 15:47:09 +0000 (15:47 +0000)
.github/workflows/ci.yaml

index 6e928c8fe4ca4d1a6e4df84087a1fe8bb2188d2b..0aef4e26d83d4321048d2a858af8460e29411253 100644 (file)
@@ -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