Files
eden/.ci/scripts/format/docker.sh
T

10 lines
215 B
Bash
Raw Normal View History

2019-07-13 21:34:40 -04:00
#!/bin/bash -ex
2022-05-15 02:06:02 +02:00
# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
2019-07-13 21:34:40 -04:00
# Run clang-format
cd /yuzu
chmod a+x ./.ci/scripts/format/script.sh
./.ci/scripts/format/script.sh