Skip to content

docs: Fix typos, grammar and adjust icons #10

docs: Fix typos, grammar and adjust icons

docs: Fix typos, grammar and adjust icons #10

Workflow file for this run

name: Lint docs
on:
pull_request:
paths:
- '**.md'
- .github/workflows/lint-docs.yml
jobs:
markdown-link-check:
name: Check links
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
- name: Run link checker
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
spellcheck:
name: Spellcheck
runs-on: ubuntu
steps:
- name: Checkout
uses: actions/checkout@v4.1.4
- name: Run vale
uses: errata-ai/vale-action@v2.1.0