summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGravatar Viktor Szépe2024-01-16 00:09:00 +0000
committerGravatar Viktor Szépe2024-01-16 00:09:00 +0000
commit90ab89a0b0174f8df559b79dc06a03479d959f93 (patch)
tree3d11a790e44945e309f0e68f5332b33b42e72bbb /.github
parentFix typos in arrays.xml (diff)
parentMerge pull request #12681 from t895/stick-toggles (diff)
downloadyuzu-90ab89a0b0174f8df559b79dc06a03479d959f93.tar.gz
yuzu-90ab89a0b0174f8df559b79dc06a03479d959f93.tar.xz
yuzu-90ab89a0b0174f8df559b79dc06a03479d959f93.zip
Merge remote-tracking branch 'origin/master' into typos3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/verify.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index c073f3f3f..62eb69aeb 100644
--- a/.github/workflows/verify.yml
+++ b/.github/workflows/verify.yml
@@ -13,13 +13,15 @@ jobs:
13 format: 13 format:
14 name: 'verify format' 14 name: 'verify format'
15 runs-on: ubuntu-latest 15 runs-on: ubuntu-latest
16 container:
17 image: yuzuemu/build-environments:linux-clang-format
18 options: -u 1001
19 steps: 16 steps:
20 - uses: actions/checkout@v3 17 - uses: actions/checkout@v3
21 with: 18 with:
22 submodules: false 19 submodules: false
20 - name: set up JDK 17
21 uses: actions/setup-java@v3
22 with:
23 java-version: '17'
24 distribution: 'temurin'
23 - name: 'Verify Formatting' 25 - name: 'Verify Formatting'
24 run: bash -ex ./.ci/scripts/format/script.sh 26 run: bash -ex ./.ci/scripts/format/script.sh
25 build: 27 build: