2010YOUY01 commented on code in PR #17863:
URL: https://github.com/apache/datafusion/pull/17863#discussion_r2576449512
##########
.github/workflows/dev.yml:
##########
@@ -57,3 +58,17 @@ jobs:
README.md \
CONTRIBUTING.md
git diff --exit-code
+
+ typos:
+ name: Spell Check with Typos
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #
v5.0.0
+ with:
+ persist-credentials: false
+ # Version fixed on purpose. It uses heuristics to detect typos, so
upgrading
+ # it may cause checks to fail more often.
Review Comment:
```suggestion
# it may cause checks to fail more often.
# We can upgrade it manually once a while.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]