Skip to content

Commit

Permalink
remove cpp check on 16.04 (#42616)
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored and nyalldawson committed Apr 3, 2021
1 parent baa400a commit 2d4f73d
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/code_layout.yml
Expand Up @@ -182,19 +182,6 @@ jobs:
- name: Sip Files Up To Date
run: ./tests/code_layout/test_sipfiles.sh

cppcheck_16_04:
runs-on: ubuntu-16.04
steps:
- name: Checkout
uses: actions/checkout@v2

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

cppcheck_18_04:
runs-on: ubuntu-18.04
steps:
Expand Down

0 comments on commit 2d4f73d

Please sign in to comment.