From e2fc6e0ae9ef3547d886f91257de5f5212472e7f Mon Sep 17 00:00:00 2001 From: Marc Foley Date: Tue, 14 Nov 2023 15:47:09 +0000 Subject: [PATCH] ci: check family tagging sheet is intact --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e928c8fe4c..0aef4e26d83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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