Enhance example for all_details
to disambiguates expected output
#186
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: Lint Docs | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- "*.md" | |
- "**/*.md" | |
- ".github/workflows/docs-lint.yml" | |
pull_request: | |
paths: | |
- "*.md" | |
- "**/*.md" | |
- ".github/workflows/docs-lint.yml" | |
jobs: | |
docs-lint: | |
uses: anycable/github-actions/.github/workflows/docs-lint.yml@master | |
with: | |
forspell-args: "*.md" | |
mdl-path: README.md CHANGELOG.md |