diff options
Diffstat (limited to '.ci/scripts/format/docker.sh')
| -rw-r--r-- | .ci/scripts/format/docker.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/scripts/format/docker.sh b/.ci/scripts/format/docker.sh index 778411e4a..a0f7a61cc 100644 --- a/.ci/scripts/format/docker.sh +++ b/.ci/scripts/format/docker.sh | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | #!/bin/bash -ex | 1 | #!/bin/bash -ex |
| 2 | 2 | ||
| 3 | # SPDX-FileCopyrightText: 2019 yuzu Emulator Project | ||
| 4 | # SPDX-License-Identifier: GPL-2.0-or-later | ||
| 5 | |||
| 3 | # Run clang-format | 6 | # Run clang-format |
| 4 | cd /yuzu | 7 | cd /yuzu |
| 5 | chmod a+x ./.ci/scripts/format/script.sh | 8 | chmod a+x ./.ci/scripts/format/script.sh |