fixed pre-commit check

Signed-off-by: Pratik Mankawde <pmankawde@ripple.com>
This commit is contained in:
Pratik Mankawde
2025-11-10 16:44:37 +00:00
parent 34b10b87e6
commit 1eb3cc4ec7

View File

@@ -28,6 +28,7 @@ on:
description: "The CMake target to build."
type: string
required: true
sanitizers:
description: "The sanitizers to enable ('Address+UndefinedBehaviour' or 'Thread+UndefinedBehaviour')."
required: true
@@ -49,12 +50,6 @@ on:
required: true
type: string
sanitizers:
description: "The sanitizers to enable ('Address+UndefinedBehaviour' or 'Thread+UndefinedBehaviour')."
required: true
type: string
default: ""
nproc_subtract:
description: "The number of processors to subtract when calculating parallelism."
required: false