Skip to content

Update LICENSE to OFL #15

Update LICENSE to OFL

Update LICENSE to OFL #15

Workflow file for this run

name: Continuous Test + Deploy
on:
push:
branches: [main]
tags: ["v*.*.*"]
pull_request:
branches: [main]
jobs:
health_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3
uses: actions/setup-python@v2
- name: Install FontTools
run: pip install fonttools pytest
- name: pytest
run: pytest