Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fbfc19d

Browse files
nyalldawsongithub-actions[bot]
authored andcommittedApr 10, 2023
Drop cppcheck workflow from stable branches
The amount of fixes required to get this passing again will be far too intrusive for safe backporting
1 parent 6fca53c commit fbfc19d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
 

‎.github/workflows/code_layout.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,3 @@ jobs:
208208
- name: Sip Files Up To Date
209209
run: ./tests/code_layout/sipify/test_sipfiles.sh
210210

211-
cppcheck:
212-
runs-on: ubuntu-latest
213-
steps:
214-
- name: Checkout
215-
uses: actions/checkout@v3
216-
217-
- name: Install Requirements
218-
run: |
219-
sudo apt install -y cppcheck
220-
221-
- name: Run cppcheck test
222-
run: ./scripts/cppcheck.sh

0 commit comments

Comments
 (0)
Please sign in to comment.