Skip to content

Commit

Permalink
Update tlroadmap_workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAlloy authored Nov 14, 2023
1 parent 229835f commit b9d15f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tlroadmap_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,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

0 comments on commit b9d15f4

Please sign in to comment.