Skip to content

Setup

Setup #1

name: Markdown Checks
on:
push:
branches: [ main ]
paths: [ .github/workflows/markdown-checks.yml, .typos.toml, "*.md" ]
pull_request:
branches: [ main ]
paths: [ .github/workflows/markdown-checks.yml, .typos.toml, "*.md" ]
workflow_dispatch:
jobs:
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check spelling
uses: crate-ci/typos@master