Skip to content

Fix wildcard expansion on Windows #92

Fix wildcard expansion on Windows

Fix wildcard expansion on Windows #92

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 with Black
uses: psf/black@stable
with:
options: "--check --verbose"