Skip to content

Commit 89037da

Browse files
committed
format
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent a57d8d0 commit 89037da

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
version: v2025.11.1
3030
sha256: d4bec11aeb5b13180c596b70abf59716acda20131dbc3df8b9146f97cecf645c
31+
cache: false
3132

3233
- name: Build release version
3334
run: mise run build-release

.mise/tasks/lint-bom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
#MISE description="Make sure the BOM has all necessary modules"
3+
# [MISE] description="Make sure the BOM has all necessary modules"
44

55
import os
66
import re

.mise/tasks/update_benchmarks.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

3-
#MISE description="Run and update JMH benchmark outputs in the benchmarks module"
4-
#MISE alias="update-benchmarks"
3+
# [MISE] description="Run and update JMH benchmark outputs in the benchmarks module"
4+
# [MISE] alias="update-benchmarks"
55

66
"""
77
Run benchmarks for the `benchmarks` module, capture JMH text output, and update

0 commit comments

Comments
 (0)