mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Fix multiline printer-linter PR suggestions
This commit is contained in:
parent
b788987ae1
commit
7820cc9840
3 changed files with 7 additions and 14 deletions
|
@ -52,7 +52,7 @@ jobs:
|
|||
path: printer-linter-result/
|
||||
|
||||
- name: Run clang-tidy-pr-comments action
|
||||
uses: platisd/clang-tidy-pr-comments@master
|
||||
uses: platisd/clang-tidy-pr-comments@fix_suggestions_for_multiline_comments
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
clang_tidy_fixes: result.yml
|
||||
|
|
2
.github/workflows/printer-linter-pr-post.yml
vendored
2
.github/workflows/printer-linter-pr-post.yml
vendored
|
@ -73,7 +73,7 @@ jobs:
|
|||
unzip printer-linter-result.zip -d printer-linter-result
|
||||
|
||||
- name: Run clang-tidy-pr-comments action
|
||||
uses: platisd/clang-tidy-pr-comments@master
|
||||
uses: platisd/clang-tidy-pr-comments@fix_suggestions_for_multiline_comments
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
clang_tidy_fixes: printer-linter-result/fixes.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue