Skip to content

fixed missing permission on entrypoint #50

fixed missing permission on entrypoint

fixed missing permission on entrypoint #50

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"