mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-09-15 00:55:33 +00:00
6 lines
78 B
Bash
6 lines
78 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
# Run clang-format
|
||
|
cd /yuzu
|
||
|
./.travis/clang-format/script.sh
|