Skip to content

+ yaspeller dict

+ yaspeller dict #48

Workflow file for this run

name: Lint Docs
on:
push:
branches:
- master
paths:
- "**/*.md"
- ".github/workflows/docs-lint.yml"
- ".yaspellerrc"
pull_request:
paths:
- "**/*.md"
- ".github/workflows/docs-lint.yml"
- ".yaspellerrc"
jobs:
docs-lint:
uses: anycable/github-actions/.github/workflows/docs-lint.yml@master
with:
mdl-path: "*.md"
forspell: false
lychee-args: docs/* --exclude "(assets)/"
yaspeller:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Yaspeller Action
uses: heytitle/[email protected]
with:
ext: "*.md"
dir: "./docs"