Skip to content

Commit

Permalink
CI add npx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Mar 8, 2024
1 parent 6b08ac8 commit 83f671b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:

- name: Install apt dependencies
shell: bash
run: sudo apt install -y cppcheck clang-format doxygen
run: sudo apt-get install -y cppcheck clang-format doxygen

- name: Install gtest
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- name: Run linters
run: |
cspell . --dot
npx cspell . --dot
cppclean . --include-path $CPPPATH
cppcheck **/*.*pp -q --enable=all --suppressions-list=.cppcheck
scons --typecheck
Expand Down

0 comments on commit 83f671b

Please sign in to comment.