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

@ -32,7 +32,7 @@ jobs:
shell: bash
run: |
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
shell: bash