[action][cppcheck] add summary (#9426)

* [action][cppcheck] add summary

添加summary 方便查看出错信息
This commit is contained in:
Supper Thomas
2024-09-12 09:41:22 +08:00
committed by GitHub
parent c154c24319
commit a0e1f954c8
2 changed files with 33 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@main
with:
python-version: 3.8