mirror of
https://codeberg.org/TheGreatMcPain/yuzu.git
synced 2025-03-16 07:41:49 +00:00
5 lines
180 B
Bash
5 lines
180 B
Bash
|
#!/bin/bash -ex
|
||
|
|
||
|
chmod a+x ./.ci/scripts/format/docker.sh
|
||
|
docker run -v $(pwd):/yuzu yuzuemu/build-environments:linux-clang-format /bin/bash -ex /yuzu/.ci/scripts/format/docker.sh
|