docker.sh 117 B

123456
  1. #!/bin/bash -ex
  2. # Run clang-format
  3. cd /yuzu
  4. chmod a+x ./.ci/scripts/format/script.sh
  5. ./.ci/scripts/format/script.sh