Skip to content

github: pin all actions to commit SHAs #327

github: pin all actions to commit SHAs

github: pin all actions to commit SHAs #327

Workflow file for this run

name: Python format
on: [push, pull_request]
jobs:
python-format:
name: Enforce python format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: psf/black@b965c2a5026f8ba399283ba3e01898b012853c79 # 24.8.0
with:
version: "24.8.0"
src: ./scripts
# override options so that we can specify only specific files for now
options: "--check --diff --include=.*addr2line.*"