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
3 changes: 2 additions & 1 deletion .github/workflows/tlroadmap_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:

jobs:
yaspeller:
Expand All @@ -18,7 +19,7 @@ jobs:
# problem matching breaks loop when it finds unrelated data, so we use reverse grep to clear output
run: |
echo "::add-matcher::.github/problem-matchers/yaspeller.json"
set -o pipefail; npx yaspeller -c .yaspellerrc.json . 2>&1 >/dev/null | grep -v "\-\-\-\-\-" | grep -v "Typos"
set -o pipefail; npx yaspeller@9 -c .yaspellerrc.json . 2>&1 >/dev/null | grep -v "\-\-\-\-\-" | grep -v "Typos"
echo "::remove-matcher owner=yaspeller::"

editor-config:
Expand Down
1 change: 0 additions & 1 deletion .yaspellerrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
".git",
"node_modules"
],
"ignoreUppercase": true,
"ignoreUrls": true,
"ignoreCapitalization": true,
"checkYo": true,
Expand Down