From: Marc Foley Date: Tue, 14 Nov 2023 15:47:09 +0000 (+0000) Subject: ci: check family tagging sheet is intact X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6964%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git ci: check family tagging sheet is intact --- diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e928c8fe4..0aef4e26d8 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