mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 15:02:16 -07:00
enable --shell on ci runs
This commit is contained in:
parent
209d66fe82
commit
c75f5386b5
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ fi
|
|||
# Check formatting using format.sh
|
||||
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=$?
|
||||
|
||||
sep="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue