Skip to content

Attempting at correcting Markdown issue. Unable to replicate the issu… #386

Attempting at correcting Markdown issue. Unable to replicate the issu…

Attempting at correcting Markdown issue. Unable to replicate the issu… #386

Workflow file for this run

name: Markdownlint Action
on: push
jobs:
build:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: nosborn/github-action-markdown-cli@v3.3.0
name: Markdownlint
with:
files: .
config_file: ".markdownlint.json"