mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-18 22:23:35 +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
|