Call check_val_to_str.py in 'Clang + Code Checks' pipeline

This commit is contained in:
Martin Mathieson 2023-05-05 14:19:46 +01:00
parent aaa4816eda
commit 4056799e83
1 changed files with 2 additions and 0 deletions

View File

@ -607,6 +607,7 @@ Clang + Code Checks:
- cd ..
- ./tools/check_typed_item_calls.py --consecutive --label --mask --commits $NUM_COMMITS | tee item_calls_check.txt
- ./tools/check_tfs.py --commits $NUM_COMMITS | tee tfs_check.txt
- ./tools/check_val_to_str.py --commits $NUM_COMMITS | tee val_to_str_check.txt
artifacts:
paths:
- clang_report.txt
@ -614,6 +615,7 @@ Clang + Code Checks:
- cppcheck
- item_calls_check.txt
- tfs_check.txt
- val_to_str_check.txt
- checkhf_conflict.txt
- html/