Skip to content

Commit dd071c0

Browse files
update github workflows
1 parent 83c23c7 commit dd071c0

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/pre_commit_prep.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Install cppcheck
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
install-cppcheck:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Install cppcheck
12+
run: sudo apt-get install -y cppcheck

.github/workflows/pull_request.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16-
# Use the setup-cppcheck action to install cppcheck
17-
- name: Install cppcheck
18-
uses: lukka/run-cppcheck@v1
19-
2016
- name: Install dependencies
2117
run: |
2218
sudo apt-get install -y build-essential python-dev-is-python3 python3-numpy python3-pytest

0 commit comments

Comments
 (0)