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