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 authored and github-actions[bot] committed Apr 10, 2023
1 parent ca01e9f commit 9a392a8
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 9a392a8

Please sign in to comment.