Skip to content

Warn that a recent version of Rust is required. #12

Warn that a recent version of Rust is required.

Warn that a recent version of Rust is required. #12

Workflow file for this run

name: Check
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Spell check
uses: streetsidesoftware/cspell-action@v6
with:
root: src
incremental_files_only: false
config: .cspell/cspell.json
files: "**/*.md"