docker.sh 215 B

123456789
  1. #!/bin/bash -ex
  2. # SPDX-FileCopyrightText: 2019 yuzu Emulator Project
  3. # SPDX-License-Identifier: GPL-2.0-or-later
  4. # Run clang-format
  5. cd /yuzu
  6. chmod a+x ./.ci/scripts/format/script.sh
  7. ./.ci/scripts/format/script.sh