Skip to content

Bump actions/checkout from 4 to 5 #117

Bump actions/checkout from 4 to 5

Bump actions/checkout from 4 to 5 #117

name: Check Python Formatting
on: [push, pull_request]
jobs:
check-formatting:
name: Check formatting with Black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Check file formatting
run: |
pip install black
black --check .