mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 13:27:56 -05:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
# Run clang-format
|
|
cd /yuzu
|
|
./.travis/clang-format/script.sh
|