Skip to content

Switch stamping detection to ctx.configuration.stamp_binaries() (#3816) #6137

Switch stamping detection to ctx.configuration.stamp_binaries() (#3816)

Switch stamping detection to ctx.configuration.stamp_binaries() (#3816) #6137

Workflow file for this run

name: Formatting
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
jobs:
code-format-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/action@v3.0.1