mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
Add Linux portable to GitHub CI (#10612)
This commit is contained in:
8
scripts/check-code-formatting
Executable file
8
scripts/check-code-formatting
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Ensure we are in root directory
|
||||
basedir="$(readlink -f `dirname $0`/..)"
|
||||
cd $basedir
|
||||
|
||||
scripts/run-clang-format.py -r src test --exclude src/openrct2/thirdparty
|
||||
Reference in New Issue
Block a user