Skip to content

Fixed Missing Reversed Java Code in the MASTG-DEMO-0017 #2079

Fixed Missing Reversed Java Code in the MASTG-DEMO-0017

Fixed Missing Reversed Java Code in the MASTG-DEMO-0017 #2079

name: Markdown Linter
on:
workflow_dispatch:
pull_request:
push:
branches:
- master
jobs:
markdown-lint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: markdownlint-cli2
uses: DavidAnson/markdownlint-cli2-action@v16.0.0
with:
config: ".markdownlint.jsonc"