mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-12 01:37:04 +00:00
9 lines
228 B
Bash
Executable file
9 lines
228 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
# SPDX-FileCopyrightText: 2019 citron Emulator Project
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# Run clang-format
|
|
cd /citron
|
|
chmod a+x ./.ci/scripts/format/script.sh
|
|
./.ci/scripts/format/script.sh
|