Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Merge pull request #407 from radarhere/harfbuzz #515

Merge pull request #407 from radarhere/harfbuzz

Merge pull request #407 from radarhere/harfbuzz #515

Workflow file for this run

name: Lint
on: [push, pull_request, workflow_dispatch]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.x"
- uses: pre-commit/[email protected]