This is an automated email from the ASF dual-hosted git repository. shoothzj pushed a commit to branch typo-check in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 6c3d92367efbdf56b4f980369d7fb9e4f049e101 Author: ZhangJian He <[email protected]> AuthorDate: Sat May 18 07:53:34 2024 +0800 try typo check Signed-off-by: ZhangJian He <[email protected]> --- .github/workflows/bk-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/bk-ci.yml b/.github/workflows/bk-ci.yml index 22cde4ec10..179ced9b52 100644 --- a/.github/workflows/bk-ci.yml +++ b/.github/workflows/bk-ci.yml @@ -479,6 +479,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 + owasp-dependency-check: name: OWASP Dependency Check runs-on: ubuntu-latest
