Skip to content

[MASWE-0001, MASWE-0027, MASWE-0108] MAS Risks and Tests (PREVIEW DRAFT) #859

[MASWE-0001, MASWE-0027, MASWE-0108] MAS Risks and Tests (PREVIEW DRAFT)

[MASWE-0001, MASWE-0027, MASWE-0108] MAS Risks and Tests (PREVIEW DRAFT) #859

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@v3
with:
fetch-depth: 1
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: Document
config_file: ".markdownlint.jsonc"
ignore_files: "src, node_modules, Crackmes, Samples"