Skip to content

Commit 100f4b2

Browse files
committed
. e format workflow uses mise
1 parent abb2786 commit 100f4b2

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/formatAndUpdateMarkdown.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v5
18-
- uses: actions/setup-java@v5
19-
with:
20-
distribution: 'zulu'
21-
java-version: '17'
22-
- name: Format Code
23-
run: mvn package -DskipTests=true
24-
- name: Run MarkdownSnippets
25-
run: |
26-
dotnet tool install --global MarkdownSnippets.Tool
27-
mdsnippets .
28-
shell: bash
18+
- uses: jdx/mise-action@v2
19+
- run: ./format_code.sh
20+
- run: ./run_markdown_templates.sh
2921
- name: Git Commit and Push
3022
uses: github-actions-x/[email protected]
3123
with:

0 commit comments

Comments
 (0)