Skip to content

Commit

Permalink
Add to hardcode it
Browse files Browse the repository at this point in the history
  • Loading branch information
Imeguras committed Mar 12, 2024
1 parent f4aa442 commit a90b27b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ jobs:
check_library: enable
other_options:
--addon=misra

--file-list="filecheck.md"
- name: Publish cppcheck result
uses: actions/upload-artifact@v2
with:
name: cppcheck-result
path: cppcheck_report.txt
3 changes: 3 additions & 0 deletions filecheck.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CAN_asdb.h
CAN_datadb.h
CAN_pwtdb.h

0 comments on commit a90b27b

Please sign in to comment.