enable --shell on ci runs

This commit is contained in:
ebbit1q 2025-10-09 20:03:17 +02:00
parent 209d66fe82
commit c75f5386b5
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ fi
# Check formatting using format.sh # Check formatting using format.sh
echo "Checking your code using clang-format/cmake-format..." echo "Checking your code using clang-format/cmake-format..."
diff="$(./format.sh --diff --cmake --print-version --branch origin/master)" diff="$(./format.sh --diff --cmake --shell --print-version --branch origin/master)"
err=$? err=$?
sep=" sep="

View file

@ -32,7 +32,7 @@ jobs:
shell: bash shell: bash
run: | run: |
sudo apt-get update sudo apt-get update
sudo apt-get install -y --no-install-recommends clang-format cmake-format sudo apt-get install -y --no-install-recommends clang-format cmake-format shellcheck
- name: Check code formatting - name: Check code formatting
shell: bash shell: bash