Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ jobs:
# Pinned version of the v6 tag, which is a lightweight and hence mutable tag
- uses: streetsidesoftware/cspell-action@214db1e3138f326d33b7a6a51c92852e89ab0618
with:
# NOTE: Keep this command in sync with `scripts/lint.sh`
# For now, only lint markdown files
files: "**/*.md"
inline: warning
Expand Down
3 changes: 1 addition & 2 deletions scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ lint(){
if ! command -v cspell >/dev/null 2>&1; then
printf "%s\n" "cspell is not installed. Skipping spellcheck"
else
# NOTE: Keep this command in sync with `.github/workflows/build.yml`
cspell -c cspell.config.yaml --dictionary cspell-custom-words.txt "**.*md"
cspell "*/**.*md"
fi

# === Go linting
Expand Down
Loading