workflow: compliance: Add rename limit

Adds a rename limit to allow CI checks to run

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-03-01 10:25:58 +00:00
committed by Carles Cufi
parent 14ecafc67d
commit fdc76c48a7

View File

@@ -57,6 +57,8 @@ jobs:
# debug
ls -la
git log --pretty=oneline | head -n 10
# Increase rename limit to allow for large PRs
git config diff.renameLimit 10000
./scripts/ci/check_compliance.py --annotate -e KconfigBasic \
-c origin/${BASE_REF}..