Skip to content

MASTG v1->v2 MASTG-TEST-0037: Testing WebViews Cleanup (android) #4144

MASTG v1->v2 MASTG-TEST-0037: Testing WebViews Cleanup (android)

MASTG v1->v2 MASTG-TEST-0037: Testing WebViews Cleanup (android) #4144

Workflow file for this run

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: Install markdownlint-rule-search-replace plugin
run: npm install markdownlint-rule-search-replace --save-dev
- name: markdownlint-cli2
uses: DavidAnson/[email protected]
with:
config: ".markdownlint.jsonc"