hangc0276 commented on code in PR #4375:
URL: https://github.com/apache/bookkeeper/pull/4375#discussion_r1614991861


##########
.github/workflows/bk-ci.yml:
##########
@@ -483,6 +483,14 @@ jobs:
         if: cancelled()
         run: ./dev/ci-tool print_thread_dumps
 
+  typo-check:
+    name: Typo Check
+    runs-on: ubuntu-latest
+    steps:
+      - uses: actions/checkout@v4
+      - name: Check typos
+        uses: crate-ci/typos@master

Review Comment:
   The check result shows in the CI log, correct? When we create a new PR and 
this check triggered, it only checks the newly changed lines or the whole 
project? 
   Due to some public API typo can't be correct, if it checks the whole project 
all the time, this CI will always fail.



-- 
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]

Reply via email to