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 10, 2023
1 parent 1af646d commit 736f849
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/code_layout.yml
Expand Up @@ -188,15 +188,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 736f849

Please sign in to comment.