summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/format/exec.sh
blob: 5d6393b384f4bbf15441681e80736d2c89746b73 (plain) (blame)
1
2
3
4
#!/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