Skip to content

Commit 07ee94f

Browse files
authored
Update pre-merge.yml
1 parent 40cbcce commit 07ee94f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pre-merge.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
with:
1818
java-version: 21
1919
distribution: "adopt"
20+
- uses: actions/setup-python@v5
21+
with:
22+
python-version: '3.13'
23+
- name: Install Launchable command
24+
run: pip install --user --upgrade launchable~=1.0
25+
- name: Launchable verify
26+
run: launchable verify
2027
- name: Compile
2128
run: mvn compile
2229
- name: Test

0 commit comments

Comments
 (0)