mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-11 22:42:47 +00: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
|