Skip to content

Simplify YGConfigSetPointScaleFactor (#1451) #1441

Simplify YGConfigSetPointScaleFactor (#1451)

Simplify YGConfigSetPointScaleFactor (#1451) #1441

name: Python
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: black --check
uses: ./.github/actions/black
with:
directory: ${{ github.workspace }}