Skip to content

Bump alpine from 3.21.2 to 3.22.2 #118

Bump alpine from 3.21.2 to 3.22.2

Bump alpine from 3.21.2 to 3.22.2 #118

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