Skip to content

black wip 5

black wip 5 #6

Workflow file for this run

name: Python formatting
on: [push, pull_request]
jobs:
python-format:
name: Check python fomatting with black
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/[email protected]
with:
version: "24.8.0"
src: ./scripts
options: "--include=.*addr2line.*"