Skip to content

Commit 0a74dd6

Browse files
committed
Merge branch 'release/v2025.26'
2 parents cd924e2 + 6fe245d commit 0a74dd6

File tree

175 files changed

+2123
-1763
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+2123
-1763
lines changed

.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ indent_size = 2
292292
# Shell scripts
293293
[*.sh]
294294
end_of_line = lf
295+
295296
[*.{cmd,bat}]
296297
end_of_line = crlf
297298

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ jobs:
66
strategy:
77
matrix:
88
include:
9-
- name : Windows x64
9+
- name: Windows x64
1010
os: windows-2022
1111
runtime: win-x64
12-
- name : Windows ARM64
12+
- name: Windows ARM64
1313
os: windows-2022
1414
runtime: win-arm64
15-
- name : macOS (Intel)
15+
- name: macOS (Intel)
1616
os: macos-13
1717
runtime: osx-x64
18-
- name : macOS (Apple Silicon)
18+
- name: macOS (Apple Silicon)
1919
os: macos-latest
2020
runtime: osx-arm64
21-
- name : Linux
21+
- name: Linux
2222
os: ubuntu-latest
2323
runtime: linux-x64
2424
container: ubuntu:20.04
25-
- name : Linux (arm64)
25+
- name: Linux (arm64)
2626
os: ubuntu-latest
2727
runtime: linux-arm64
2828
container: ubuntu:20.04

.github/workflows/format-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Format Check
22
on:
33
push:
4-
branches: [ develop ]
4+
branches: [develop]
5+
pull_request:
6+
branches: [develop]
57
workflow_dispatch:
68
workflow_call:
79

.github/workflows/localization-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Localization Check
22
on:
33
push:
4-
branches: [ develop ]
4+
branches: [develop]
55
paths:
66
- 'src/Resources/Locales/**'
77
workflow_dispatch:

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-2022
1313
strategy:
1414
matrix:
15-
runtime: [ win-x64, win-arm64 ]
15+
runtime: [win-x64, win-arm64]
1616
steps:
1717
- name: Checkout sources
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)