Skip to content

Commit eb24a93

Browse files
Merge branch 'main' into delete-module-dialog-jumping
2 parents 5e8ce4a + 8729811 commit eb24a93

File tree

28 files changed

+627
-444
lines changed

28 files changed

+627
-444
lines changed

.github/workflows/accessibility-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
if: github.event.pull_request.draft == false
2222
steps:
2323
- uses: actions/checkout@v4
24+
with:
25+
fetch-depth: 0
26+
- name: Merge with latest main
27+
uses: ./.github/actions/merge
2428
- name: Install k3d
2529
env:
2630
K3D_URL: https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh

0 commit comments

Comments
 (0)