diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index 69f0748..26144d7 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -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 diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index d5aba7a..846cbba 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -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