forked from googlefonts/lexend
-
Notifications
You must be signed in to change notification settings - Fork 2
43 lines (41 loc) · 1.35 KB
/
fontbakery.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Fontbakery CI
on: [push, pull_request]
jobs:
static-font-ci-job:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
name: Checks fonts
steps:
- name: Check out Lexend sources repository
uses: actions/checkout@v2
- name: Set up Python v${{ matrix.python-version }} environment
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Python build dependency cache lookup
uses: actions/cache@v1
with:
path: ~/.cache/pip
# Check for requirements file cache hit
key: ${{ runner.os }}-pip-${{ hashFiles('${{ steps.config.outputs.dependpath }}') }}
- name: Install Python build dependencies
uses: py-actions/py-dependency-install@v2
with:
update-wheel: "true"
update-setuptools: "true"
- name: Build fonts
run: gftools builder sources/lexend-CI.yaml
- name: Make Fontbakery Report
uses: f-actions/font-bakery@v1
with:
version: "latest"
subcmd: "check-googlefonts"
args: "--succinct --loglevel WARN --ghmarkdown report.md"
path: "fonts/CI/variable/*.ttf"
- name: Upload files
uses: actions/upload-artifact@v2
with:
name: QA_files
path: fonts/CI/