Skip to content

Commit

Permalink
Drop cppcheck workflow from stable branches
Browse files Browse the repository at this point in the history
The amount of fixes required to get this passing again will be
far too intrusive for safe backporting
  • Loading branch information
nyalldawson committed Apr 11, 2023
1 parent 6fca53c commit 70fbd78
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/code_layout.yml
Expand Up @@ -208,15 +208,3 @@ jobs:
- name: Sip Files Up To Date
run: ./tests/code_layout/sipify/test_sipfiles.sh

cppcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Requirements
run: |
sudo apt install -y cppcheck
- name: Run cppcheck test
run: ./scripts/cppcheck.sh

0 comments on commit 70fbd78

Please sign in to comment.