mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2026-09-19 21:28:27 +00:00
22 lines
No EOL
510 B
YAML
22 lines
No EOL
510 B
YAML
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
|
with:
|
|
lfs: true
|
|
- name: Set up Python 3
|
|
uses: actions/setup-python@39cd14951b4ef949c7f10115dd0357a79e472605 # v5.1.1
|
|
- name: Install FontTools
|
|
run: pip install fonttools pytest
|
|
- name: pytest
|
|
run: pytest |