Skip to content

Bump fonttools from 4.41.1 to 4.43.0 in /harfbuzz-8.1.1/.ci #4

Bump fonttools from 4.41.1 to 4.43.0 in /harfbuzz-8.1.1/.ci

Bump fonttools from 4.41.1 to 4.43.0 in /harfbuzz-8.1.1/.ci #4

Workflow file for this run

name: Megamerge
on:
push:
schedule:
- cron: '12 1 * * *'
jobs:
megamerge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: main
- uses: actions/setup-python@v2
with:
python-version: "3.11"
# We need harfbuzz for optimal packing!
- name: Install harfbuzz
uses: notofonts/install-harfbuzz-action@main
- name: Install dependencies
run: pip install fontTools gftools uharfbuzz
- name: Merge the fonts
run: cd megamerge; python3 megamerge.py
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: stefanzweifel/git-auto-commit-action@v4
name: Commit