Skip to content

ci: add a spellchecker to GitHub CI #199

ci: add a spellchecker to GitHub CI

ci: add a spellchecker to GitHub CI #199

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches: ["main"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: markdownlint-cli
uses: nosborn/[email protected]
with:
files: .
config_file: .markdownlint.yaml
dot: true
- name: typos-action spellchecker
uses: crate-ci/[email protected]