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 github-actions[bot] committed Apr 2, 2021
1 parent ce12cc4 commit 52e1634
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/code_layout.yml
Expand Up @@ -191,19 +191,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 52e1634

Please sign in to comment.