CI: limit C++ lint to changed lines.

This commit is contained in:
Jacob Oursland
2025-06-16 22:53:26 -07:00
parent f23d4c8e7e
commit 7e8a9238fe
3 changed files with 23 additions and 1 deletions

View File

@@ -63,8 +63,11 @@ jobs:
with:
artifactBasename: Lint-${{ github.run_id }}
changedFiles: ${{ needs.Prepare.outputs.changedFiles }}
changedLines: ${{ needs.Prepare.outputs.changedLines }}
changedCppFiles: ${{ needs.Prepare.outputs.changedCppFiles }}
changedCppLines: ${{ needs.Prepare.outputs.changedCppLines }}
changedPythonFiles: ${{ needs.Prepare.outputs.changedPythonFiles }}
changedPythonLines: ${{ needs.Prepare.outputs.changedPythonLines }}
WrapUp:
needs: [