We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb2786 commit 100f4b2Copy full SHA for 100f4b2
.github/workflows/formatAndUpdateMarkdown.yml
@@ -15,17 +15,9 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- 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
+ - uses: jdx/mise-action@v2
+ - run: ./format_code.sh
+ - run: ./run_markdown_templates.sh
29
- name: Git Commit and Push
30
uses: github-actions-x/[email protected]
31
with:
0 commit comments