typo Successfully #594
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Markdown Syntax Validation | |
on: [push, workflow_dispatch] | |
jobs: | |
markdown-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout this repository | |
uses: actions/[email protected] | |
- name: Validate Markdown .md | |
uses: DavidAnson/[email protected] | |
with: | |
config: .markdownlint.json | |
globs: "**.md" |