Skip to content

Commit e4c07aa

Browse files
committed
update github workflow to include sonar checks
1 parent 06fdddb commit e4c07aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ jobs:
8383
g++ --version
8484
cmake --version
8585
- name: Build C++ Libraries
86-
run: >
87-
sh ./scripts/build_dep.sh
86+
run: bash ./scripts/build_dep.sh
8887
# SonarQube Server and Cloud (formerly SonarQube and SonarCloud) is a widely used static
8988
# analysis solution for continuous code quality and security inspection.
9089
# This action now supports and is the official entrypoint for scanning C++ projects via GitHub actions.

0 commit comments

Comments
 (0)