mirror of
https://github.com/holos-run/holos.git
synced 2026-03-19 08:44:58 +00:00
8 lines
193 B
Bash
Executable File
8 lines
193 B
Bash
Executable File
#! /bin/bash
|
|
#
|
|
set -euo pipefail
|
|
|
|
TOPLEVEL="$(cd $(dirname "$0") && git rev-parse --show-toplevel)"
|
|
|
|
cd "${TOPLEVEL}" && npx cspell ./doc/md/**/*.{md,mdx,markdown} ./doc/md/*.{md,mdx,markdown}
|