Skip to content

Commit

Permalink
add: qodana static code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Costallat committed Aug 2, 2024
1 parent 7981d0d commit b5e19f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bootstrap: |
sudo apt-get update
sudo apt-get install -y cmake git unzip build-essential ca-certificates curl zip unzip tar pkg-config ninja-build autoconf automake libtool python3
oldDir=$(pwd)
cd /opt/
cd ~
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
git checkout 095ee06e7f60dceef7d713e3f8b1c2eb10d650d7
Expand All @@ -13,5 +13,5 @@ bootstrap: |
rm -rf build
mkdir -p build
cd build
cmake -DCMAKE_TOOLCHAIN_FILE=/opt/vcpkg/scripts/buildsystems/vcpkg.cmake .. --preset linux-debug || true
cmake -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake .. --preset linux-debug || true

Check failure on line 17 in qodana.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] qodana.yml#L17

[error] too many blank lines (1 > 0) (empty-lines)
Raw output
./qodana.yml:17:1: [error] too many blank lines (1 > 0) (empty-lines)

0 comments on commit b5e19f1

Please sign in to comment.