Skip to content

Add three new files translation #35

Add three new files translation

Add three new files translation #35

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"
lychee-args: docs/* --exclude "(assets)/"