Matemasie: Version 1.001; ttfautohint (v1.8.4.7-5d5b) added #106
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Check font tagging spreadsheet is correctly structured | |
name: Font tagging structure | |
on: | |
push: | |
paths: | |
- 'tags/all/families.csv' | |
pull_request: | |
paths: | |
- 'tags/all/families.csv' | |
jobs: | |
test_server_files: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Set up Python | |
uses: actions/setup-python@v4 | |
with: | |
python-version: "3.10" | |
# Check font tags data is correct | |
- name: Install gftools | |
run: pip install gftools[qa] | |
- name: Test font tagging spreadsheet | |
run: | | |
gftools font-tags lint . |