Skip to content

Support "align-content: space-evenly" #1257

Support "align-content: space-evenly"

Support "align-content: space-evenly" #1257

Workflow file for this run

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 }}