Skip to content

Broaden tests for mode 2026 detection. #4651

Broaden tests for mode 2026 detection.

Broaden tests for mode 2026 detection. #4651

Workflow file for this run

name: Black format check
on:
pull_request:
paths:
- '.github/workflows/black_format.yml'
- '**.py'
jobs:
black-format-check:
runs-on: "ubuntu-latest"
steps:
- uses: actions/[email protected]
- name: Set up Python 3.11
uses: actions/[email protected]
with:
python-version: 3.11
- name: Install black
run: python -m pip install black==24.1.1
- name: Run black
run: black --check src