Skip to content

chore(deps): bump fonttools from 4.58.5 to 4.60.2 #9

chore(deps): bump fonttools from 4.58.5 to 4.60.2

chore(deps): bump fonttools from 4.58.5 to 4.60.2 #9

Workflow file for this run

name: Pre-commit
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv and set the python version
uses: astral-sh/setup-uv@v7
with:
python-version: '3.12'
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Sync uv
run: uv sync --locked --all-extras --dev
- uses: pre-commit/action@v3.0.1