Skip to content

Commit

Permalink
Workflow: cppcheck REFACTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
niwciu committed Jan 11, 2024
1 parent ff47ca7 commit e6ec355
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions .github/workflows/run_cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,13 @@ jobs:
annotation-failures: 'warning'
# suppress: 'unusedFunction'
# annotation-level-default: 'error'
- name: Run cppcheck-annotation-action for tests
uses: Konstantin343/[email protected]
with:
std: 'c99'
platform: 'unix64'
log-level: 'verbose'
sources: './test/lcd_hd44780'
annotation-failures: 'warning'
# suppress: 'unusedFunction'
# annotation-level-default: 'error'

- name: Annotate lines with errors src
uses: yuzutech/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
title: 'Results of CppCheck src files'
input: 'annotations.json'
cppcheck-annotations_test_scr:
name: cppcheck-annotations /test/lcd_hd44780
runs-on: ubuntu-latest
steps:
- name: Run cppcheck-annotation-action
- name: Run cppcheck-annotation-action for tests
uses: Konstantin343/[email protected]
with:
std: 'c99'
Expand All @@ -55,10 +40,10 @@ jobs:
annotation-failures: 'warning'
# suppress: 'unusedFunction'
# annotation-level-default: 'error'

- name: Annotate lines with errors test_src
uses: yuzutech/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
title: 'Results of CppCheck test lcd_hd44780 files'
input: 'annotations.json'
input: 'annotations.json'

0 comments on commit e6ec355

Please sign in to comment.