We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c23c7 commit dd071c0Copy full SHA for dd071c0
.github/workflows/pre_commit_prep.yml
@@ -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
@@ -13,10 +13,6 @@ jobs:
13
- name: Checkout repository
14
uses: actions/checkout@v4
15
16
- # Use the setup-cppcheck action to install cppcheck
17
- - name: Install cppcheck
18
- uses: lukka/run-cppcheck@v1
19
-
20
- name: Install dependencies
21
run: |
22
sudo apt-get install -y build-essential python-dev-is-python3 python3-numpy python3-pytest
0 commit comments