shoothzj commented on code in PR #4375:
URL: https://github.com/apache/bookkeeper/pull/4375#discussion_r1615001351
##########
.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:
suppression like FP for owasp. I have added our public typos in to
suppression list, so it will not fail in CI.
--
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]