Skip to content

Commit

Permalink
cleanup: Remove cppcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kbinani committed Dec 22, 2024
1 parent c0902bc commit 09c06b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@ jobs:
uses: DoozyX/clang-format-lint-action@v0.18.2
with:
clangFormatVersion: 18
cppcheck:
runs-on: ubuntu-latest
needs: [style]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install cppcheck
run: sudo apt install -y cppcheck
- name: Run cppcheck
run: |
cppcheck --version
make cppcheck
build:
strategy:
fail-fast: false
Expand Down
6 changes: 0 additions & 6 deletions tool/cppcheck.sh

This file was deleted.

0 comments on commit 09c06b4

Please sign in to comment.