summaryrefslogtreecommitdiff
path: root/.ci/templates/format-check.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/templates/format-check.yml')
-rw-r--r--.ci/templates/format-check.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.ci/templates/format-check.yml b/.ci/templates/format-check.yml
deleted file mode 100644
index 1042e7d13..000000000
--- a/.ci/templates/format-check.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-# SPDX-FileCopyrightText: 2019 yuzu Emulator Project
-# SPDX-License-Identifier: GPL-2.0-or-later
-
-parameters:
- artifactSource: 'true'
-
-steps:
-- template: ./sync-source.yml
- parameters:
- artifactSource: $(parameters.artifactSource)
- needSubmodules: 'false'
-- task: DockerInstaller@0
- displayName: 'Prepare Environment'
- inputs:
- dockerVersion: '17.09.0-ce'
-- script: chmod a+x ./.ci/scripts/format/exec.sh && ./.ci/scripts/format/exec.sh
- displayName: 'Verify Formatting'