Skip to content

Commit ec0df21

Browse files
authored
Update cppcheck.yml
1 parent bace26c commit ec0df21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cppcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Natively
1+
name: Static Analysis Report
22

33
on:
44
commit:
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
cppcheck:
1313
runs-on: ubuntu-20.04
14-
name: Static Analysis Report
14+
name: Run CppCheck against the codebase + libraries
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Install CppCheck

0 commit comments

Comments
 (0)